Fix: lab3 bug
This commit is contained in:
@@ -105,7 +105,8 @@ void irq_handler(void)
|
||||
void wfe(void)
|
||||
{
|
||||
if (!global_interrupt_pool) {
|
||||
asm volatile("wfe");
|
||||
// asm volatile("wfe");
|
||||
asm volatile("nop");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user