mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Link the sUsingPreemption variable to the constant configUSE_PREEMPTION.
This commit is contained in:
parent
58a357e6e6
commit
d303ef9384
|
@ -149,7 +149,7 @@ being used. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Constant definition used to turn on/off the pre-emptive scheduler. */
|
/* 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
|
/* Start the math tasks appropriate to the build. The Borland port does
|
||||||
not yet support floating point so uses the integer equivalent. */
|
not yet support floating point so uses the integer equivalent. */
|
||||||
|
|
Loading…
Reference in a new issue