]> git.sur5r.net Git - freertos/blob - Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/utility/taskutility.h
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / Demo / MB96340_Softune / FreeRTOS_96348hs_SK16FX100PMC / Src / utility / taskutility.h
1 #ifndef TASK_UTILITY_H\r
2 #define TASK_UTILITY_H\r
3 \r
4 /* Start the task that writes the tace information to the UART. */\r
5 void vUtilityStartTraceTask( unsigned portBASE_TYPE uxPriority );\r
6 \r
7 #endif\r
8 \r