drv_flash.h 71 B

123456
  1. #ifndef __FLASH__
  2. #define __FLASH__
  3. void rt_flash_init(void);
  4. #endif