Skip to content

Commit

Permalink
Removed EFR platform headers from dhcp_client.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
bhmanda-silabs committed Sep 5, 2024
1 parent 54c0faa commit 0f9d1ac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/platform/silabs/wifi/dhcp_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,6 @@
#include <stdlib.h>
#include <string.h>

#if !(SLI_SI91X_MCU_INTERFACE)
#include "em_bus.h"
#include "em_cmu.h"
#include "em_gpio.h"
#include "em_ldma.h"
#include "em_usart.h"
#endif // !(SLI_SI91X_MCU_INTERFACE)

#include "dhcp_client.h"
#include "lwip/dhcp.h"
#include "wfx_host_events.h"
Expand Down
2 changes: 1 addition & 1 deletion src/platform/silabs/wifi_args.gni
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lwip_root = "${efr32_sdk_build_root}/silabs_lwip"
#lwip_platform = "external"
lwip_platform = "silabs"
lwip_ipv6 = true
lwip_ipv4 = true
lwip_ipv4 = false
lwip_api = true
lwip_ethernet = true

Expand Down

0 comments on commit 0f9d1ac

Please sign in to comment.