rt_hw_cpu_reset: remove all other rt_weak

This commit is contained in:
Meco Man
2023-08-07 12:30:43 -04:00
parent 92859cc79e
commit cb810dfe75
23 changed files with 28 additions and 45 deletions

View File

@@ -10,14 +10,6 @@
#include <rtthread.h>
/**
* this function will reset CPU
*
*/
rt_weak void rt_hw_cpu_reset()
{
}
/**
* this function will shutdown CPU
*