Sign in
pigweed
/
third_party
/
github
/
FreeRTOS
/
FreeRTOS-Kernel
/
4bf5521db6b5c2d8ef89f292e395c5ecc577cff4
/
.
/
Demo
/
MB91460_Softune
/
SRC
/
utility
/
taskutility.h
blob: 02913cb53f01fc1c8eab926676ffab4d53f32992 [
file
]
#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