Replace AVR with __AVR__ to work with c99

main
Michael Hayes 12 years ago
parent 5419f79bff
commit 96e4c54388

@ -32,7 +32,7 @@
#define PIO_H #define PIO_H
#include "system.h" #include "system.h"
#ifdef AVR #ifdef __AVR__
#include <avr/io.h> #include <avr/io.h>
#endif #endif

Loading…
Cancel
Save