Add default value for configUSE_TIME_SLICING

This commit is contained in:
Richard Barry 2013-06-06 14:56:47 +00:00
parent 06953169ba
commit 4e9374ad90

View file

@ -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