Add debug and openocd scripts for rom/ram operations;remove old scripts.
[bertos.git] / drv / wdt.h
index 9a6a0c3bcef4eb08b4e4cce7bdc91838fafc3e21..f13935ff312feb16e46ee4aefee0cad504227962 100644 (file)
--- a/drv/wdt.h
+++ b/drv/wdt.h
@@ -27,7 +27,7 @@
  * the GNU General Public License.
  *
  * Copyright 2004 Develer S.r.l. (http://www.develer.com/)
- * This file is part of DevLib - See README.devlib for information.
+ *
  * -->
  *
  * \version $Id$
@@ -89,7 +89,7 @@
 #endif
 
 #if CONFIG_WATCHDOG
-       #include <cfg/cpu.h>
+       #include <cpu/cpu.h>
        #include <cfg/os.h>
 
        #if OS_QT