Skip to content

Commit 482e9c3

Browse files
suppress coverity error
1 parent 0b7d9af commit 482e9c3

File tree

1 file changed

+1
-1
lines changed
  • features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation

1 file changed

+1
-1
lines changed

features/FEATURE_BLE/targets/TARGET_CORDIO/stack_adaptation/wsf_os.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ void WsfTaskUnlock(void)
121121
void WsfSetEvent(wsfHandlerId_t handlerId, wsfEventMask_t event)
122122
{
123123
WSF_CS_INIT(cs);
124-
124+
// coverity[CONSTANT_EXPRESSION_RESULT]
125125
WSF_ASSERT(WSF_HANDLER_FROM_ID(handlerId) < WSF_MAX_HANDLERS);
126126

127127
WSF_TRACE_INFO2("WsfSetEvent handlerId:%u event:%u", handlerId, event);

0 commit comments

Comments
 (0)