mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 01:58:32 -04:00
Continue to tidy up the Fujitsu ports.
This commit is contained in:
parent
040475fca6
commit
c6965bc253
5 changed files with 89 additions and 43 deletions
8
Demo/MB91460_Softune/SRC/utility/taskutility.h
Normal file
8
Demo/MB91460_Softune/SRC/utility/taskutility.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue