feat(lwip): Add ping function

Commit ID: b650d19c
This commit is contained in:
Dong Heng
2018-10-30 16:38:07 +08:00
parent 37f6a717d3
commit bf66a8412c
6 changed files with 832 additions and 0 deletions

View File

@ -2231,4 +2231,6 @@ void *memp_malloc_ll(size_t type);
#endif
#endif
#define ESP_PING 1
#endif /* __LWIP_HDR_LWIPOPTS_H__ */