|
|
@@ -112,9 +112,9 @@ functions but without including stdio.h here. */
|
|
|
#endif /* configUSE_TICKLESS_IDLE */
|
|
|
|
|
|
/*
|
|
|
- * Defines the size, in words, of the stack allocated to the idle task.
|
|
|
+ * Defines the size, in bytes, of the stack allocated to the idle task.
|
|
|
*/
|
|
|
-#define tskIDLE_STACK_SIZE configMINIMAL_STACK_SIZE
|
|
|
+#define tskIDLE_STACK_SIZE configIDLE_TASK_STACK_SIZE
|
|
|
|
|
|
#if( configUSE_PREEMPTION == 0 )
|
|
|
/* If the cooperative scheduler is being used then a yield should not be
|