mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-11 21:10:20 +00:00
esp-netif/lwip: Introduce TCP/IP stack has BSD API
* This variable is automatically selected when lwip stack is chosen * This commit also fixes lwip loopback configuration
This commit is contained in:

committed by
David Čermák

parent
fab39d2c4b
commit
678d7aadd9
@@ -16,10 +16,8 @@
|
||||
#include "esp_wifi.h"
|
||||
#include "esp_event.h"
|
||||
|
||||
#if CONFIG_ESP_NETIF_TCPIP_LWIP
|
||||
|
||||
#include <string.h>
|
||||
#include "lwip/sockets.h"
|
||||
#include "sys/socket.h"
|
||||
#include "esp_smartconfig.h"
|
||||
#include "smartconfig_ack.h"
|
||||
|
||||
@@ -231,5 +229,3 @@ void sc_send_ack_stop(void)
|
||||
{
|
||||
s_sc_ack_send = false;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user