X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fkern%2Fproc_p.h;h=f31fc621ff8461416e725722bc531afa221a7f29;hb=37b6a6530f8d53eda2825b7c34dc8e8895b9fa17;hp=2c914d9e81698d2645507800c406a205407a412b;hpb=7ed00c104d321a4e7c9e03cbe3d5b1cc8e258a88;p=bertos.git diff --git a/bertos/kern/proc_p.h b/bertos/kern/proc_p.h index 2c914d9e..f31fc621 100644 --- a/bertos/kern/proc_p.h +++ b/bertos/kern/proc_p.h @@ -47,7 +47,7 @@ #include -#if CONFIG_KERN_PREEMPTIVE +#if CONFIG_KERN_PREEMPT #include // XXX #endif @@ -75,7 +75,7 @@ typedef struct Process size_t stack_size; /**< Size of process stack */ #endif -#if CONFIG_KERN_PREEMPTIVE +#if CONFIG_KERN_PREEMPT ucontext_t context; #endif