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.
2 parents 998cdf2 + 482e9c3 commit 658a41cCopy full SHA for 658a41c
features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/wsf_os.c
@@ -121,7 +121,7 @@ void WsfTaskUnlock(void)
121
void WsfSetEvent(wsfHandlerId_t handlerId, wsfEventMask_t event)
122
{
123
WSF_CS_INIT(cs);
124
-
+ // coverity[CONSTANT_EXPRESSION_RESULT]
125
WSF_ASSERT(WSF_HANDLER_FROM_ID(handlerId) < WSF_MAX_HANDLERS);
126
127
WSF_TRACE_INFO2("WsfSetEvent handlerId:%u event:%u", handlerId, event);
0 commit comments