Correct conditional test.
[bertos.git] / bertos / kern / proc_p.h
index 961f2473d7277d2d135086d3f7a3cc8828dcd13c..3316594eb1feb2beeee634264378637526f19e64 100644 (file)
@@ -133,7 +133,7 @@ extern REGISTER List     ProcReadyList;
                SCHED_ENQUEUE_INTERNAL(proc); \
        } while (0)
 
-#ifdef CONFIG_KERN_PRI
+#if CONFIG_KERN_PRI
 /**
  * Changes the priority of an already enqueued process.
  *