altos: add GCC/SDCC compat macros, init_stack, save_context and GCC stdio hooks
[fw/altos] / src / core / ao_panic.c
index fdada201572c38e19e8adac2b6d9c7ad23414109..cbfdf3999e01f17d3343c31dbb45b8a42066e372 100644 (file)
@@ -33,7 +33,7 @@ ao_panic_delay(uint8_t n)
        while (n--)
                while (--j)
                        while (--i)
-                               _asm nop _endasm;
+                               ao_arch_nop();
 }
 
 void