From 96e4c54388778571870516af09c80d44afc6215e Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Sat, 5 Oct 2013 23:12:27 +1300 Subject: [PATCH] Replace AVR with __AVR__ to work with c99 --- drivers/avr/pio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/avr/pio.h b/drivers/avr/pio.h index e9c13f1..9381e84 100644 --- a/drivers/avr/pio.h +++ b/drivers/avr/pio.h @@ -32,7 +32,7 @@ #define PIO_H #include "system.h" -#ifdef AVR +#ifdef __AVR__ #include #endif