summaryrefslogtreecommitdiff
path: root/n/avr
diff options
context:
space:
mode:
authordufourj2006-04-24 21:52:10 +0000
committerdufourj2006-04-24 21:52:10 +0000
commitc4d106054587e45e370c237124773f0e07a81407 (patch)
tree0109a48d49886392a701d1c55316aa1b314ec158 /n/avr
parent34642177374d29f0cb4e180dc43a4ba297f2a53b (diff)
Uart :
- rajout du define pour supporter l'atmega64.
Diffstat (limited to 'n/avr')
-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