Britton Kerin <[email protected]> wrote: > I notice the AVR Libc include/compat/ina90.h has this: > > #define _NOP() do { __asm__ __volatile__ ("nop"); } while (0) > > but I didn't find anything else "nop"ish.
<asm/cpufunc.h> (in recent releases) also declares _NOP. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) _______________________________________________ AVR-chat mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/avr-chat
