From 20ee58861ef4b03b868eed377051dde27c8f23ef Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@38d2e660-2303-0410-9eaa-f027e97ec537> Date: Thu, 27 Aug 2009 09:59:28 +0000 Subject: [PATCH] Correct conditional test. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2791 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/kern/proc_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.25.1