mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-23 23:11:58 -04:00
Add default value for configUSE_TIME_SLICING
This commit is contained in:
parent
06953169ba
commit
4e9374ad90
|
@ -572,6 +572,10 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
|
||||||
#define portTASK_USES_FLOATING_POINT()
|
#define portTASK_USES_FLOATING_POINT()
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef configUSE_TIME_SLICING
|
||||||
|
#define configUSE_TIME_SLICING 1
|
||||||
|
#endif
|
||||||
|
|
||||||
/* For backward compatability. */
|
/* For backward compatability. */
|
||||||
#define eTaskStateGet eTaskGetState
|
#define eTaskStateGet eTaskGetState
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue