perf: delete invalid code

This commit is contained in:
192.168.1.134 2021-10-12 14:02:26 +08:00
parent 85a2ecdebc
commit 291bbac24f
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@ static void reboot(uint8_t argc, char **argv)
{
rt_hw_cpu_reset();
}
FINSH_FUNCTION_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
MSH_CMD_EXPORT(reboot, Reboot System);
#endif /* RT_USING_FINSH */