feat(lwip): make lwip timeouts to 3000ms in light sleep

This commit is contained in:
Zhang Jun Hao
2018-08-06 18:01:46 +08:00
committed by Dong Heng
parent e0a3a60334
commit cf645ab639
2 changed files with 15 additions and 2 deletions

View File

@ -73,8 +73,6 @@ static bool tcpip_inited = false;
static const char* TAG = "tcpip_adapter";
u32_t LwipTimOutLim = 0; // For light sleep. time out. limit is 3000ms
/* Avoid warning. No header file has include these function */
err_t ethernetif_init(struct netif* netif);
void system_station_got_ip_set();