Correct conditional test.
author(no author) <(no author)@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 27 Aug 2009 09:59:28 +0000 (09:59 +0000)
committer(no author) <(no author)@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 27 Aug 2009 09:59:28 +0000 (09:59 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2791 38d2e660-2303-0410-9eaa-f027e97ec537

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.
  *