Link the sUsingPreemption variable to the constant configUSE_PREEMPTION.

This commit is contained in:
Richard Barry 2006-08-11 10:04:04 +00:00
parent 58a357e6e6
commit d303ef9384

View File

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