From c4d106054587e45e370c237124773f0e07a81407 Mon Sep 17 00:00:00 2001 From: dufourj Date: Mon, 24 Apr 2006 21:52:10 +0000 Subject: Uart : - rajout du define pour supporter l'atmega64. --- n/avr/modules/uart/uart.avr.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3