7 lines
84 B
C
Raw Normal View History

2026-05-10 21:35:40 +08:00
#ifndef __BSP_FLASH_H__
#define __BSP_FLASH_H__
void bsp_flash_init(void);
#endif