FreeRTOS-Kernel/FreeRTOS/Demo/MB91460_Softune/SRC/utility/taskutility.h
2012-08-11 21:34:11 +00:00

9 lines
197 B
C

#ifndef TASK_UTILITY_H
#define TASK_UTILITY_H
/* Start the task that writes the tace information to the UART. */
void vUtilityStartTraceTask( unsigned portBASE_TYPE uxPriority );
#endif