blob: 02913cb53f01fc1c8eab926676ffab4d53f32992 [file] [log] [blame]
#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