FreeCalypso > hg > fc-tourmaline
changeset 229:7ec0ae23ce76
rvm_ext_priorities.h: add FCBM
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 30 Apr 2021 22:35:38 +0000 |
parents | 93af50ca61f9 |
children | baa738eeb842 |
files | src/cs/riviera/rvm/rvm_ext_priorities.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cs/riviera/rvm/rvm_ext_priorities.h Fri Apr 30 22:31:31 2021 +0000 +++ b/src/cs/riviera/rvm/rvm_ext_priorities.h Fri Apr 30 22:35:38 2021 +0000 @@ -41,7 +41,6 @@ #define RVM_RGUI_TASK_PRIORITY (240) #define RVM_R2D_TASK_PRIORITY (239) - #define RVM_DEV1_TASK_PRIORITY (245) #define RVM_DEV2_TASK_PRIORITY (245) #define RVM_DEV3_TASK_PRIORITY (245) @@ -53,5 +52,7 @@ #define RVM_BTA_TASK_PRIORITY (248) /* rl: was 200 */ #define RVM_BTH_TASK_PRIORITY (200) +#define RVM_FCBM_TASK_PRIORITY (250) + #endif /* __RVM_EXT_PRIORITIES_H_ */