altos: Replace C code attiny async output with inline asm
[fw/altos] / src / attiny / ao_arch.h
index 52bed981a9eaaa202080b09d2da48813218b393d..8140dd30b2541da6a885b39e6b3e64e0d7a41855 100644 (file)
@@ -55,7 +55,7 @@
 #define putchar(c)     ao_putchar(c)
 #define getchar                ao_getchar
 
-#define ao_arch_cpu_idle() do {                        \
+#define ao_arch_wait_interrupt() do {          \
                sleep_enable();                 \
                sei();                          \
                sleep_cpu();                    \