]> git.sur5r.net Git - freertos/blobdiff - Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/utility/taskutility.h
Continue to tidy up Fujitsu ports.
[freertos] / Demo / MB96340_Softune / FreeRTOS_96348hs_SK16FX100PMC / Src / utility / taskutility.h
diff --git a/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/utility/taskutility.h b/Demo/MB96340_Softune/FreeRTOS_96348hs_SK16FX100PMC/Src/utility/taskutility.h
new file mode 100644 (file)
index 0000000..02913cb
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef TASK_UTILITY_H\r
+#define TASK_UTILITY_H\r
+\r
+/* Start the task that writes the tace information to the UART. */\r
+void vUtilityStartTraceTask( unsigned portBASE_TYPE uxPriority );\r
+\r
+#endif\r
+\r