FreeRTOS-Kernel/20120401V7.1.1-RC1/Demo/MB91460_Softune/SRC/utility/taskutility.h
Richard Barry 2bac2cf6c6
2012-04-02 20:22:07 +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