Skip to content

Commit 11876cc

Browse files
authored
Merge pull request #1 from wugensheng-code/master
update HAL v1.8.4
2 parents c6891a4 + 5d82e6a commit 11876cc

1,007 files changed

Lines changed: 326068 additions & 838277 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

drivers/nano/drv_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ static void reboot(uint8_t argc, char **argv)
1717
{
1818
rt_hw_cpu_reset();
1919
}
20-
FINSH_FUNCTION_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
20+
MSH_CMD_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
2121
#endif /* RT_USING_FINSH */
2222

2323
/* SysTick configuration */

drivers/rtt/drv_common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ static void reboot(uint8_t argc, char **argv)
1717
{
1818
rt_hw_cpu_reset();
1919
}
20-
FINSH_FUNCTION_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
20+
MSH_CMD_EXPORT_ALIAS(reboot, __cmd_reboot, Reboot System);
2121
#endif /* RT_USING_FINSH */
2222

2323
/* SysTick configuration */

libraries/CMSIS/ARM.CMSIS.pdsc

Lines changed: 0 additions & 3558 deletions
This file was deleted.

0 commit comments

Comments
 (0)