FreeRTOS-Kernel/20100923-V6.1.0-RC2/Demo/MB91460_Softune/SRC/utility/taskutility.h
Richard Barry 4baf272c92
2010-09-23 18:11:20 +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