Add support for ATmega2560.
[bertos.git] / bertos / cpu / avr / drv / ser_avr.h
index 36d3a6f8fc04f766f64f531640b8f55108f12831..68d5e5085ee639fd3c14d469b01caaf323446afa 100644 (file)
@@ -86,7 +86,7 @@ typedef uint8_t serstatus_t;
  */
 enum
 {
-#if  CPU_AVR_ATMEGA1280
+#if  CPU_AVR_ATMEGA1280 || CPU_AVR_ATMEGA2560
        SER_UART0,
        SER_UART1,
        SER_UART2,