mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-03-27 01:10:20 +08:00
[finsh] 修复由于移除finsh导致__cmd_xxx命令无法使用的问题
This commit is contained in:
@@ -97,7 +97,7 @@ static void standby(uint8_t argc, char **argv)
|
||||
sys_start_standby(atoi(argv[1]));
|
||||
}
|
||||
}
|
||||
FINSH_FUNCTION_EXPORT_ALIAS(standby, __cmd_standby, sleep System);
|
||||
MSH_CMD_EXPORT(standby, sleep system);
|
||||
#endif /* RT_USING_FINSH */
|
||||
|
||||
#endif /* BSP_USING_STANDBY */
|
||||
|
||||
Reference in New Issue
Block a user