Skip to content

Commit

Permalink
Merge branch 'bugfix/esp_netif_ppp_backport_regression' into 'release…
Browse files Browse the repository at this point in the history
…/v5.0'

esp_netif: Fix regression from 12d09e0 when PPP enabled (v5.0)

See merge request espressif/esp-idf!24920
  • Loading branch information
jack0c committed Aug 3, 2023
2 parents ca087a1 + cc5d5c8 commit 5eddb9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/esp_netif/lwip/esp_netif_lwip_ppp.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "esp_netif_net_stack.h"
#include "esp_event.h"
#include "esp_netif_ppp.h"
#include "lwip/esp_netif_net_stack.h"
#include "esp_netif_lwip_internal.h"
#include <string.h>
#include "lwip/ip6_addr.h"
Expand Down

0 comments on commit 5eddb9e

Please sign in to comment.