diff options
Diffstat (limited to 'src/core/ao_panic.c')
-rw-r--r-- | src/core/ao_panic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ao_panic.c b/src/core/ao_panic.c index fdada201..cbfdf399 100644 --- a/src/core/ao_panic.c +++ b/src/core/ao_panic.c @@ -33,7 +33,7 @@ ao_panic_delay(uint8_t n) while (n--) while (--j) while (--i) - _asm nop _endasm; + ao_arch_nop(); } void |