2026-05-10 21:35:40 +08:00

7 lines
84 B
C

#ifndef __BSP_FLASH_H__
#define __BSP_FLASH_H__
void bsp_flash_init(void);
#endif