Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
indexds committed Jan 5, 2025
1 parent aa970d8 commit 6169e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@
#include "esp_event.h"
#endif

#include "esp_netif_net_stack.h"
#ifdef ESP_IDF_COMP_ESP_NETIF_ENABLED
#include "esp_netif.h"
#include "esp_netif_net_stack.h"

#if ESP_IDF_VERSION_MAJOR > 4 && defined(CONFIG_ESP_NETIF_TCPIP_LWIP) && defined(CONFIG_ESP_NETIF_BRIDGE_EN)
#include "esp_netif_br_glue.h"
Expand Down Expand Up @@ -212,12 +212,12 @@
#endif
#endif

#include "lwip/esp_netif_net_stack.h"
#ifdef ESP_IDF_COMP_LWIP_ENABLED
#include "lwip/dns.h"
#include "lwip/lwip_napt.h"
#include "lwip/netdb.h"
#include "lwip/sockets.h"
#include "lwip/esp_netif_net_stack.h"
#include "esp_sntp.h"
#include "ping/ping_sock.h"
#if ESP_IDF_VERSION_MAJOR > 5 || ESP_IDF_VERSION_MAJOR == 5 && ESP_IDF_VERSION_MINOR >= 1
Expand Down

0 comments on commit 6169e6c

Please sign in to comment.