comparison src/cs/riviera/rvm/rvm_ext_priorities.h @ 234:0faa72eaedcb

give FCBM task a more carefully chosen priority
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 01 May 2021 10:19:15 +0000
parents 7ec0ae23ce76
children 2d7d95e7f9c2
comparison
equal deleted inserted replaced
233:eacfad198b8b 234:0faa72eaedcb
50 #define RVM_BTU_TASK_PRIORITY (248) /* was 240 */ 50 #define RVM_BTU_TASK_PRIORITY (248) /* was 240 */
51 #define RVM_BTUI_TASK_PRIORITY (240) 51 #define RVM_BTUI_TASK_PRIORITY (240)
52 #define RVM_BTA_TASK_PRIORITY (248) /* rl: was 200 */ 52 #define RVM_BTA_TASK_PRIORITY (248) /* rl: was 200 */
53 #define RVM_BTH_TASK_PRIORITY (200) 53 #define RVM_BTH_TASK_PRIORITY (200)
54 54
55 #define RVM_FCBM_TASK_PRIORITY (250) 55 #define RVM_FCBM_TASK_PRIORITY (238)
56 56
57 #endif /* __RVM_EXT_PRIORITIES_H_ */ 57 #endif /* __RVM_EXT_PRIORITIES_H_ */
58