mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-17 01:03:31 +08:00
7 lines
71 B
C
7 lines
71 B
C
#ifndef __FLASH__
|
|
#define __FLASH__
|
|
|
|
void rt_flash_init(void);
|
|
|
|
#endif
|