mirror of
https://github.com/flyingcys/realtek_ameba.git
synced 2026-07-11 23:15:39 +00:00
屏蔽lwip相关内容
This commit is contained in:
parent
845e33bfaf
commit
39aa6d5724
3 changed files with 3 additions and 3 deletions
|
|
@ -28,7 +28,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "lwip/tcpip.h"
|
||||
// #include "tcpip.h"
|
||||
/* Includes ------------------------------------------------------------------*/
|
||||
#include <platform/platform_stdlib.h>
|
||||
#include "platform_opts.h"
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#include "FreeRTOS.h"
|
||||
#include "task.h"
|
||||
#include "main.h"
|
||||
#include "lwip/tcpip.h"
|
||||
// #include "tcpip.h"
|
||||
#include "wifi/wifi_conf.h"
|
||||
|
||||
#ifndef CONFIG_WLAN
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue