mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-23 15:01:56 -04:00
9 lines
197 B
C
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
|
|
|