Update to new tree.
[bertos.git] / drv / kdebug.c
index acd5ecd34b9fbcd123e420e76da9c407b6865a80..dab377841d630edef6c4fcbc8ebc4b35aa22b916 100644 (file)
@@ -28,7 +28,7 @@
  *
  * Copyright 2003, 2004, 2005 Develer S.r.l. (http://www.develer.com/)
  * Copyright 2000, 2001, 2002 Bernardo Innocenti <bernie@codewiz.org>
- * This file is part of DevLib - See README.devlib for information.
+ *
  * -->
  *
  * \brief General pourpose debug support for embedded systems (implementation).
@@ -81,7 +81,7 @@
  *#*/
 
 #include <cfg/debug.h>
-#include <cfg/cpu.h>
+#include <cpu/cpu.h>
 #include <cfg/macros.h> /* for BV() */
 #include <appconfig.h>
 #include <hw_cpu.h>     /* for CLOCK_FREQ */