mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-24 13:58:36 +08:00
update components & lwp. (#7888)
This commit is contained in:
@@ -75,6 +75,13 @@ rt_weak const char *rt_hw_cpu_arch(void)
|
||||
return "unknown";
|
||||
}
|
||||
|
||||
rt_weak void rt_hw_cpu_reset(void)
|
||||
{
|
||||
LOG_D("rt_hw_cpu_reset() doesn't support for this board."
|
||||
"Please consider implementing rt_hw_cpu_reset() in another file.");
|
||||
return ;
|
||||
}
|
||||
|
||||
static const char* rt_errno_strs[] =
|
||||
{
|
||||
"OK",
|
||||
|
||||
Reference in New Issue
Block a user