Still a work in progress. Checking in for backup only.

This commit is contained in:
Richard Barry 2010-01-16 17:07:44 +00:00
parent b60eba005a
commit b75ec97ea9
2 changed files with 1 additions and 3 deletions

View file

@ -72,8 +72,6 @@ task.h is included from an application file. */
*/
#define tskIDLE_STACK_SIZE configMINIMAL_STACK_SIZE
#define tskIDLE_PRIORITY ( ( unsigned portBASE_TYPE ) 0 )
/*
* Task control block. A task control block (TCB) is allocated to each task,
* and stores the context of the task.