Skip to content

Commit

Permalink
Restyling the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
riwaghe committed Jan 31, 2023
1 parent 107717e commit c7ad0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/silabs/efr32/wf200/host_if.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ static void sl_wfx_disconnect_callback(uint8_t * mac, uint16_t reason)
SILABS_LOG("WFX Disconnected %d\r\n", reason);
sl_wfx_context->state =
static_cast<sl_wfx_state_t>(static_cast<int>(sl_wfx_context->state) & ~static_cast<int>(SL_WFX_STA_INTERFACE_CONNECTED));
retryInProgress = false;
retryInProgress = false;
is_wifi_disconnection_event = true;
xEventGroupSetBits(sl_wfx_event_group, SL_WFX_RETRY_CONNECT);
}
Expand Down

0 comments on commit c7ad0ce

Please sign in to comment.