Skip to content

Commit

Permalink
wf200 ipv4 hardfault fix (#23058)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurvaSai authored and pull[bot] committed May 10, 2023
1 parent 1ee6596 commit 018bccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/platform/efr32/wf200/host_if.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ static void sl_wfx_ap_client_rejected_callback(uint32_t status, uint8_t * mac)
if ((now = xTaskGetTickCount()) > (last_dhcp_poll + pdMS_TO_TICKS(250)))
{
#if (CHIP_DEVICE_CONFIG_ENABLE_IPV4)
uint8_t dhcp_state = dhcpclient_poll(&sta_netif);
uint8_t dhcp_state = dhcpclient_poll(sta_netif);

if ((dhcp_state == DHCP_ADDRESS_ASSIGNED) && !hasNotifiedIPV4)
{
Expand Down

0 comments on commit 018bccc

Please sign in to comment.