7 lines
84 B
C
7 lines
84 B
C
#ifndef __BSP_FLASH_H__
|
|
#define __BSP_FLASH_H__
|
|
|
|
void bsp_flash_init(void);
|
|
|
|
#endif
|