comparison src/cs/riviera/rvm/rvm_priorities.h @ 233:eacfad198b8b

give higher priority to FCHG task
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 May 2021 10:17:16 +0000
parents 93af50ca61f9
children
comparison
equal deleted inserted replaced
232:0041bac707bd 233:eacfad198b8b
47 /* 47 /*
48 ** Drivers and Services Priorities 48 ** Drivers and Services Priorities
49 ** Note: FFS priority should be lower than every user 49 ** Note: FFS priority should be lower than every user
50 */ 50 */
51 #define RVM_SPI_TASK_PRIORITY (39) 51 #define RVM_SPI_TASK_PRIORITY (39)
52 #define RVM_FCHG_TASK_PRIORITY (80)
52 #define RVM_TTY_TASK_PRIORITY (238) 53 #define RVM_TTY_TASK_PRIORITY (238)
53 #define RVM_AUDIO_TASK_PRIORITY (245) 54 #define RVM_AUDIO_TASK_PRIORITY (245)
54 #define RVM_AUDIO_BGD_TASK_PRIORITY (246) 55 #define RVM_AUDIO_BGD_TASK_PRIORITY (246)
55 #define RVM_RTC_TASK_PRIORITY (248) 56 #define RVM_RTC_TASK_PRIORITY (248)
56 #define RVM_FFS_TASK_PRIORITY (250) 57 #define RVM_FFS_TASK_PRIORITY (250)