mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
esp_netif: include tcpip_adapter legacy header by default to provide *implicit* compatiblity
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
// LWIP netif specific network stack configuration
|
||||
struct esp_netif_netstack_config {
|
||||
esp_netif_netstack_base_config_t base;
|
||||
err_t (*init_fn)(struct netif*);
|
||||
void (*input_fn)(struct netif *netif, void *buffer, size_t len, void *eb);
|
||||
};
|
||||
|
Reference in New Issue
Block a user