提交 1692b394 编写于 作者: B Bernard Xiong

[BSP] fix compiling issue

上级 1761b1f4
......@@ -15,6 +15,9 @@
#include <rthw.h>
#include <rtthread.h>
#ifdef RT_USING_FINSH
#include <finsh.h>
#endif
#include "board.h"
#include "usart.h"
......@@ -156,6 +159,6 @@ long cmd_reset(int argc, char** argv)
HAL_NVIC_SystemReset();
return 0;
}
FINSH_FUNCTION_EXPORT_ALIAS(cmd_reset, __cmd_reset, Reset Board.);
FINSH_FUNCTION_EXPORT_ALIAS(cmd_reset, __cmd_reset, Reset Board);
/*@}*/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册