Remove \version svn tag.
[bertos.git] / bertos / cpu / avr / drv / ser_avr.h
index 90791e4f22b7d2bcff9d7749d5bea92b3da4400a..2e5f7c1e17da7ef0f0754e77ef70065b7f92f506 100644 (file)
  * invalidate any other reasons why the executable file might be covered by
  * the GNU General Public License.
  *
- * Copyright 2007 Develer S.r.l. (http://www.develer.com/)
+ * Copyright 2007, 2010 Develer S.r.l. (http://www.develer.com/)
  *
  * -->
  *
- * \version $Id: timer_arm.h 18273 2007-10-11 14:53:02Z batt $
  *
  * \author Daniele Basile <asterix@develer.com>
+ * \author Luca Ottaviano <lottaviano@develer.com>
  *
  * \brief Low-level serial module for AVR (interface).
  *
@@ -90,7 +90,7 @@ enum
        SER_UART0,
        SER_UART1,
        SER_SPI,
-#elif CPU_AVR_ATMEGA103 || CPU_AVR_ATMEGA8
+#elif CPU_AVR_ATMEGA103 || CPU_AVR_ATMEGA8 || CPU_AVR_ATMEGA168 || CPU_AVR_ATMEGA328P
        SER_UART0,
        SER_SPI,
 #else