From: (no author) <(no author)@38d2e660-2303-0410-9eaa-f027e97ec537> Date: Thu, 27 Aug 2009 09:59:28 +0000 (+0000) Subject: Correct conditional test. X-Git-Tag: 2.2.0~177 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=20ee58861ef4b03b868eed377051dde27c8f23ef;p=bertos.git Correct conditional test. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2791 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/kern/proc_p.h b/bertos/kern/proc_p.h index 961f2473..3316594e 100644 --- a/bertos/kern/proc_p.h +++ b/bertos/kern/proc_p.h @@ -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. *