rt_hw_cpu_reset: remove all other rt_weak

This commit is contained in:
Meco Man
2023-08-08 22:34:25 -04:00
parent 92859cc79e
commit cb810dfe75
23 changed files with 28 additions and 45 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
* this function will reset CPU
*
*/
rt_weak void rt_hw_cpu_reset(void)
void rt_hw_cpu_reset(void)
{
/* open the watch-dog */
WDT_EN = 0x01; /* watch dog enable */