You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
FreeRTOS-Kernel/FreeRTOS/Demo/MB91460_Softune/SRC/utility/taskutility.h

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