Use custom config when needed.
[bertos.git] / bertos / cpu / power.h
index b4550ad6d0b4ba64f8d5b05dfca8113d65799670..93c40c0394936d09552074b905eb423e9b4113aa 100644 (file)
@@ -37,8 +37,8 @@
 #ifndef CPU_POWER_H
 #define CPU_POWER_H
 
-#include <cfg/cfg_kern.h>
-#include <cfg/cfg_wdt.h>
+#include "cfg/cfg_proc.h"
+#include "cfg/cfg_wdt.h"
 
 #if CONFIG_KERN
        #include <kern/proc.h>