X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fpower.h;h=b4550ad6d0b4ba64f8d5b05dfca8113d65799670;hb=2fab4324b03a9f916e71a214845f7da18c3969b3;hp=035495d47811aa1016bf2f41d56dd36046b04813;hpb=b812fafcc11015af6fe0ef2b1b0bd81e19cf6eff;p=bertos.git diff --git a/bertos/cpu/power.h b/bertos/cpu/power.h index 035495d4..b4550ad6 100644 --- a/bertos/cpu/power.h +++ b/bertos/cpu/power.h @@ -40,7 +40,7 @@ #include #include -#if CONFIG_KERNEL +#if CONFIG_KERN #include #endif @@ -66,7 +66,7 @@ */ INLINE void cpu_relax(void) { -#if CONFIG_KERNEL +#if CONFIG_KERN proc_yield(); #endif