Skip to content

Commit

Permalink
threadman: Fix CreateMbx typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziemas committed Jan 29, 2024
1 parent 701ab24 commit bc46c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iop/system/threadman/src/thmsgbx.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ int CreateMbx(iop_mbx_t *mbx_param)
return KE_ILLEGAL_CONTEXT;
}

if (mbx_param->attr & ~(MBA_MSFIFO | MBA_THPRI | MBA_MSFIFO | MBA_MSPRI)) {
if (mbx_param->attr & ~(MBA_THFIFO | MBA_THPRI | MBA_MSFIFO | MBA_MSPRI)) {
return KE_ILLEGAL_ATTR;
}

Expand Down

0 comments on commit bc46c64

Please sign in to comment.