Move avr drivers.
[bertos.git] / drv / twi.c
index be610df3fe08d3d30b051972beb5ab23133a18d8..0d03950f95fe22d74e5763be804c0f0abd448ff5 100644 (file)
--- a/drv/twi.c
+++ b/drv/twi.c
@@ -27,7 +27,7 @@
  * the GNU General Public License.
  *
  * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/)
- * This file is part of DevLib - See README.devlib for information.
+ *
  * -->
  *
  * \brief Driver for the AVR ATMega TWI (implementation)
@@ -69,7 +69,7 @@
 #include "twi.h"
 
 #include <cfg/debug.h>
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
 #include <cfg/macros.h> // BV()
 #include <hw_cpu.h>  /* CLOCK_FREQ */
 #include <appconfig.h>