We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701ab24 commit bc46c64Copy full SHA for bc46c64
iop/system/threadman/src/thmsgbx.c
@@ -15,7 +15,7 @@ int CreateMbx(iop_mbx_t *mbx_param)
15
return KE_ILLEGAL_CONTEXT;
16
}
17
18
- if (mbx_param->attr & ~(MBA_MSFIFO | MBA_THPRI | MBA_MSFIFO | MBA_MSPRI)) {
+ if (mbx_param->attr & ~(MBA_THFIFO | MBA_THPRI | MBA_MSFIFO | MBA_MSPRI)) {
19
return KE_ILLEGAL_ATTR;
20
21
0 commit comments