]> git.sur5r.net Git - freertos/blob - Demo/MB91460_Softune/SRC/utility/taskutility.h
Start to re-arrange files to include FreeRTOS+ in main download.
[freertos] / Demo / MB91460_Softune / 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