URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [MB91460_Softune/] [SRC/] [utility/] [taskutility.h] - Rev 584
Compare with Previous | Blame | View Log
#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