增加文件系统
This commit is contained in:
@@ -10,7 +10,6 @@
|
||||
|
||||
#include "app_main.h"
|
||||
#include "app_cfg.h"
|
||||
#include "sys_time.h"
|
||||
|
||||
#define DBG_TAG "[APP]"
|
||||
#include "dbg_log.h"
|
||||
@@ -24,10 +23,6 @@
|
||||
*/
|
||||
int app_main_init(void)
|
||||
{
|
||||
if (sys_time_init() != 0) {
|
||||
DBG_ERROR("sys_time_init failed");
|
||||
return -1;
|
||||
}
|
||||
DBG_INFO("App init OK");
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user