Update to new tree.
[bertos.git] / drv / timer_avr.c
index 32a03578b2973e85f31ae46443c78f83812783b5..736026d405e67ec1c586ddcb2dff09a38db19620 100644 (file)
@@ -27,7 +27,7 @@
  * the GNU General Public License.
  *
  * Copyright 2005 Develer S.r.l. (http://www.develer.com/)
- * This file is part of DevLib - See README.devlib for information.
+ *
  * -->
  *
  * \version $Id$
@@ -65,7 +65,7 @@
 #include <drv/timer_avr.h>
 #include <cfg/macros.h> // BV()
 
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
 
 #include <avr/interrupt.h>
 #include <avr/io.h>