diff --git a/Demo/PC/main.c b/Demo/PC/main.c index f81ec2883..1b5f927d5 100644 --- a/Demo/PC/main.c +++ b/Demo/PC/main.c @@ -149,7 +149,7 @@ being used. */ #endif /* Constant definition used to turn on/off the pre-emptive scheduler. */ -static const portSHORT sUsingPreemption = pdTRUE; +static const portSHORT sUsingPreemption = configUSE_PREEMPTION; /* Start the math tasks appropriate to the build. The Borland port does not yet support floating point so uses the integer equivalent. */