From 48fa213cd00cd385ee7274baf83761099a6ceead Mon Sep 17 00:00:00 2001 From: batt Date: Tue, 26 Aug 2008 15:29:45 +0000 Subject: [PATCH] Use correct macro name. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1713 38d2e660-2303-0410-9eaa-f027e97ec537 --- bertos/kern/coop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bertos/kern/coop.c b/bertos/kern/coop.c index dd3aee21..d0105972 100644 --- a/bertos/kern/coop.c +++ b/bertos/kern/coop.c @@ -69,7 +69,7 @@ static void proc_schedule(void) ATOMIC(LIST_ASSERT_VALID(&ProcReadyList)); ASSERT_USER_CONTEXT(); - ASSERT_IRQ_ENABLED(); + IRQ_ASSERT_ENABLED(); /* Poll on the ready queue for the first ready process */ IRQ_SAVE_DISABLE(flags); -- 2.25.1