Add default value for configUSE_TIME_SLICING

pull/4/head
Richard Barry 12 years ago
parent 06953169ba
commit 4e9374ad90

@ -572,6 +572,10 @@ typedef portBASE_TYPE (*pdTASK_HOOK_CODE)( void * );
#define portTASK_USES_FLOATING_POINT()
#endif
#ifndef configUSE_TIME_SLICING
#define configUSE_TIME_SLICING 1
#endif
/* For backward compatability. */
#define eTaskStateGet eTaskGetState

Loading…
Cancel
Save