Remove plenty of legacy names marked as OBSOLETE
[bertos.git] / bertos / cpu / power.h
index 035495d47811aa1016bf2f41d56dd36046b04813..b4550ad6d0b4ba64f8d5b05dfca8113d65799670 100644 (file)
@@ -40,7 +40,7 @@
 #include <cfg/cfg_kern.h>
 #include <cfg/cfg_wdt.h>
 
-#if CONFIG_KERNEL
+#if CONFIG_KERN
        #include <kern/proc.h>
 #endif
 
@@ -66,7 +66,7 @@
  */
 INLINE void cpu_relax(void)
 {
-#if CONFIG_KERNEL
+#if CONFIG_KERN
        proc_yield();
 #endif