Skip to content

Commit

Permalink
Update drv_common.c
Browse files Browse the repository at this point in the history
  • Loading branch information
wugensheng-code authored Jan 18, 2022
1 parent 525d834 commit 50b659e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nano/drv_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ static void reboot(uint8_t argc, char **argv)
{
rt_hw_cpu_reset();
}
FINSH_FUNCTION_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
MSH_CMD_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
#endif /* RT_USING_FINSH */

/* SysTick configuration */
Expand Down

0 comments on commit 50b659e

Please sign in to comment.