Specific the directory for all hw and cfg module. Use double quote for cfg and hw...
[bertos.git] / bertos / drv / wdt.h
index 4b1e6a914f0b1643948ede16276145811f15b14e..791856ee5fc4d7604b08c38f2ec32afae387ce43 100644 (file)
@@ -40,9 +40,9 @@
 #ifndef DRV_WDT_H
 #define DRV_WDT_H
 
-#include <cfg/cfg_wdt.h>
+#include "cfg/cfg_wdt.h"
 #include <cfg/compiler.h> // INLINE
-#include <cfg/cfg_arch.h>
+#include "cfg/cfg_arch.h"
 
 /* Configury sanity check */
 #if !defined(CONFIG_WATCHDOG) || (CONFIG_WATCHDOG != 0 && CONFIG_WATCHDOG != 1)