fix compilation with latest aversive
[protos/xbee-avr.git] / timer1_register_OV.c
diff --git a/timer1_register_OV.c b/timer1_register_OV.c
deleted file mode 100644 (file)
index 338e9f8..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/*  
- *  Copyright Droids Corporation, Microb Technology, Eirbot (2006)
- * 
- *  This program is free software; you can redistribute it and/or modify
- *  it under the terms of the GNU General Public License as published by
- *  the Free Software Foundation; either version 2 of the License, or
- *  (at your option) any later version.
- *
- *  This program is distributed in the hope that it will be useful,
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- *  GNU General Public License for more details.
- *
- *  You should have received a copy of the GNU General Public License
- *  along with this program; if not, write to the Free Software
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- *
- *  Revision : $Id: timer1_register_OV.c,v 1.1.2.2 2007-05-23 17:18:15 zer0 Exp $
- *
- */
-
-#include <stdint.h>
-#include <string.h>
-
-#include <aversive.h>
-#include <aversive/parts.h>
-#include <aversive/timers.h>
-
-#include <timer.h>
-#include <timer_definitions.h>
-#include <timer_intr.h>
-#include <timer_config.h>
-
-
-#if defined TIMER1_ENABLED && defined SIG_OVERFLOW1
-DEFINE_REGISTER_OV_INTR(1)
-#endif
-