repair the problem of irq and add mode judge for zigbee

This commit is contained in:
Wang_Weigen
2022-04-07 10:28:09 +08:00
parent 5ade2a983d
commit 90f30cf6d2
5 changed files with 77 additions and 26 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ __attribute__((aligned(MEM_ALIGN_SIZE)))
void RunningIntoLowPowerMode()
{
#ifdef ARCH_ARM
__asm volatile("WFI");
// __asm volatile("WFI");
#endif
#ifdef ARCH_RISCV