feat: 增加 flash 模拟 eeprom 接口
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
/* private includes ----------------------------------------------------------*/
|
||||
/* add user code begin private includes */
|
||||
#include "dwt_delay.h"
|
||||
|
||||
#include "eeprom.h"
|
||||
#include "by_debug.h"
|
||||
/* add user code end private includes */
|
||||
|
||||
@@ -128,6 +128,7 @@ int main(void)
|
||||
|
||||
/* add user code begin 2 */
|
||||
DWT_Init();
|
||||
flash_ee_init();
|
||||
|
||||
lwprintf("init done!\r\n");
|
||||
/* add user code end 2 */
|
||||
|
||||
Reference in New Issue
Block a user