summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--n/avr/modules/uart/uart.avr.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/n/avr/modules/uart/uart.avr.c b/n/avr/modules/uart/uart.avr.c
index 2f5c87e..1282ad8 100644
--- a/n/avr/modules/uart/uart.avr.c
+++ b/n/avr/modules/uart/uart.avr.c
@@ -36,6 +36,8 @@
#elif defined (__AVR_ATmega8535__)
#elif defined (__AVR_ATmega128__)
# define PE UPE
+#elif defined (__AVR_ATmega64__)
+# define PE UPE
#else
# warning "uart: not tested on this chip"
#endif