枚举失败

This commit is contained in:
2025-09-21 19:13:30 +08:00
parent 5e47755b58
commit 7c6cf37073
5 changed files with 70 additions and 14 deletions

View File

@@ -254,7 +254,7 @@ static void rt_thread_idle_entry(void *parameter)
#endif
rt_thread_idle_excute();
__WFI();
// __WFI();
}
}