启用 ulog 并适配 elog 接口

Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
2022-12-17 08:57:35 +08:00
parent e9b743dbb8
commit 3fd2f3ccce
5 changed files with 78 additions and 2 deletions

View File

@@ -92,3 +92,6 @@ static void reset_fc(int argc, char **argv)
rt_hw_cpu_reset();
}
MSH_CMD_EXPORT(reset_fc, resetfc cmd);
extern int ulog_console_backend_init(void);
INIT_PREV_EXPORT(ulog_console_backend_init);