]> git.sur5r.net Git - freertos/blobdiff - Source/tasks.c
Continue work on the SH2A port.
[freertos] / Source / tasks.c
index 75816f39313915e06cf6c55a49ed7fabe1e75770..3ca53b1046344f41f4042e787e380f6593259621 100644 (file)
@@ -72,8 +72,6 @@ task.h is included from an application file. */
  */\r
 #define tskIDLE_STACK_SIZE     configMINIMAL_STACK_SIZE\r
 \r
-#define tskIDLE_PRIORITY                       ( ( unsigned portBASE_TYPE ) 0 )\r
-\r
 /*\r
  * Task control block.  A task control block (TCB) is allocated to each task,\r
  * and stores the context of the task.\r