4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-16 12:51:20 +08:00

7 lines
71 B
C
Raw Normal View History

2018-03-04 08:21:19 +08:00
#ifndef __FLASH__
#define __FLASH__
void rt_flash_init(void);
#endif