Skip to content

Commit

Permalink
Adds support for WF200 IPv4 enable (#24903)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeelakumarPS authored and pull[bot] committed Oct 23, 2023
1 parent a88e335 commit 2120771
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 @@ -554,7 +554,7 @@ static void wfx_events_task(void * p_arg)
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 2120771

Please sign in to comment.