Skip to content

Commit

Permalink
wf200 ipv4 hardfault fix (project-chip#23058)
Browse files Browse the repository at this point in the history
  • Loading branch information
kurvaSai authored Oct 13, 2022
1 parent 2c9cd92 commit 83d5027
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 83d5027

Please sign in to comment.