Link the sUsingPreemption variable to the constant configUSE_PREEMPTION.

pull/4/head
Richard Barry 19 years ago
parent 58a357e6e6
commit d303ef9384

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

Loading…
Cancel
Save