X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fpower.h;fp=bertos%2Fcpu%2Fpower.h;h=b4550ad6d0b4ba64f8d5b05dfca8113d65799670;hb=0eeba5822b3ff0e76ae0fd0272536d371d272d7d;hp=035495d47811aa1016bf2f41d56dd36046b04813;hpb=382c5fb24ac9e79dfa8bd452832d3b5854af83f3;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