mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-03 23:57:34 +00:00
esp_netif: Migrate SLIP interface to user-space
This commit is contained in:
committed by
David Čermák
parent
985f44c158
commit
83b8556f10
@@ -9,7 +9,6 @@
|
||||
#include "esp_netif.h"
|
||||
#include "lwip/netif.h"
|
||||
#include "esp_netif_ppp.h"
|
||||
#include "esp_netif_slip.h"
|
||||
|
||||
#if defined(CONFIG_ESP_NETIF_TCPIP_LWIP)
|
||||
|
||||
@@ -26,12 +25,6 @@ struct esp_netif_netstack_lwip_ppp_config {
|
||||
esp_netif_ppp_config_t ppp_events;
|
||||
};
|
||||
|
||||
struct esp_netif_netstack_lwip_slip_config {
|
||||
init_fn_t init_fn;
|
||||
input_fn_t input_fn;
|
||||
esp_netif_slip_config_t slip_config;
|
||||
};
|
||||
|
||||
// LWIP netif specific network stack configuration
|
||||
struct esp_netif_netstack_config {
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user