From c0e2fd1110fb035536a0b2897628c4c6260e9d37 Mon Sep 17 00:00:00 2001 From: c_oflynn Date: Sat, 29 Nov 2008 18:36:12 +0000 Subject: [PATCH] Oops - as pointed out by Daniel Willmann change had a duplicate statement... fixed! --- cpu/avr/dev/rs232.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cpu/avr/dev/rs232.h b/cpu/avr/dev/rs232.h index b8491e93a..355c55d3c 100644 --- a/cpu/avr/dev/rs232.h +++ b/cpu/avr/dev/rs232.h @@ -31,7 +31,7 @@ * Author: Adam Dunkels * Simon Barner * - * @(#)$Id: rs232.h,v 1.5 2008/11/29 15:55:02 c_oflynn Exp $ + * @(#)$Id: rs232.h,v 1.6 2008/11/29 18:36:12 c_oflynn Exp $ */ #ifndef __RS232_H__ @@ -48,8 +48,6 @@ #include "dev/rs232_atmega1284.h" #elif defined (__AVR_AT90USB1287__) #include "dev/rs232_at90usb1287.h" -#elif defined (__AVR_ATmega1281__) -#include "dev/rs232_atmega1281.h" #else #error "Please implement a rs232 header for your MCU (or set the MCU type \ in contiki-conf.h)."