提交 ffecd454 编写于 作者: J Jinliang Li 提交者: yilu.myl

haas200: disable haas200 debug log

[Detail]
Disable haas200  debug log

[Verified Cases]
Build Pass: <py_engine_demo>
Test Pass:  <py_engine_demo>
上级 61504ac8
......@@ -112,6 +112,8 @@ static void board_mode_check(void)
board_init();
}
extern u32 GlobalDebugEnable;
void sys_init_func(void)
{
......@@ -127,6 +129,7 @@ void sys_init_func(void)
#ifdef AOS_COMP_CPLUSPLUS
cpp_init();
#endif
GlobalDebugEnable = 0;
aos_maintask(NULL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册