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
#include "system.h"
#ifdef AVR
#ifdef __AVR__
#include <avr/io.h>
#endif

Loading…
Cancel
Save