Continue to tidy up Fujitsu ports.

This commit is contained in:
Richard Barry 2008-02-13 13:34:39 +00:00
parent c6965bc253
commit f315c91f38
13 changed files with 439 additions and 652 deletions

View 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