屏蔽lwip相关内容

This commit is contained in:
tangyuxin 2018-10-18 16:54:25 +08:00
parent 845e33bfaf
commit 39aa6d5724
3 changed files with 3 additions and 3 deletions

View file

@ -268,7 +268,7 @@
#undef CONFIG_EXAMPLE_WLAN_FAST_CONNECT #undef CONFIG_EXAMPLE_WLAN_FAST_CONNECT
#define CONFIG_EXAMPLE_WLAN_FAST_CONNECT 0 #define CONFIG_EXAMPLE_WLAN_FAST_CONNECT 0
#undef CONFIG_LWIP_LAYER #undef CONFIG_LWIP_LAYER
#define CONFIG_LWIP_LAYER 1 #define CONFIG_LWIP_LAYER 0
#undef CONFIG_BSD_TCP #undef CONFIG_BSD_TCP
#define CONFIG_BSD_TCP 1 #define CONFIG_BSD_TCP 1

View file

@ -28,7 +28,7 @@
extern "C" { extern "C" {
#endif #endif
#include "lwip/tcpip.h" // #include "tcpip.h"
/* Includes ------------------------------------------------------------------*/ /* Includes ------------------------------------------------------------------*/
#include <platform/platform_stdlib.h> #include <platform/platform_stdlib.h>
#include "platform_opts.h" #include "platform_opts.h"

View file

@ -1,7 +1,7 @@
#include "FreeRTOS.h" #include "FreeRTOS.h"
#include "task.h" #include "task.h"
#include "main.h" #include "main.h"
#include "lwip/tcpip.h" // #include "tcpip.h"
#include "wifi/wifi_conf.h" #include "wifi/wifi_conf.h"
#ifndef CONFIG_WLAN #ifndef CONFIG_WLAN