Skip to content

Commit

Permalink
Raw PPP bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Aug 14, 2024
1 parent 2728b85 commit 8f603e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/include/esp-idf/bindings.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@

#ifdef ESP_IDF_COMP_ESP_NETIF_ENABLED
#include "esp_netif.h"
#ifdef CONFIG_LWIP_PPP_SUPPORT
#include "esp_netif_ppp.h"
#endif
#endif

#ifdef ESP_IDF_COMP_ESP_WIFI_ENABLED
Expand Down

1 comment on commit 8f603e5

@DaneSlattery
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoop, also noticed this on Tuesday

Please sign in to comment.