URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [rtos/] [ucos-ii/] [2.91/] [common/] [app_cfg.h] - Rev 541
Go to most recent revision | Compare with Previous | Blame | View Log
/********************************************************************************************************** * uC/OS-II ** The Real-Time Kernel ** OpenRisc Application Configuration File ** ** ** File : APP_CFG.H ** By : M. van den Heuvel ** : 2009-10-30 ********************************************************************************************************** **/ #ifndef _APP_CFG_H_ #define _APP_CFG_H_ #define OS_TASK_TMR_PRIO (OS_LOWEST_PRIO - 2) #endif
Go to most recent revision | Compare with Previous | Blame | View Log