remove cmake compile macro for net example (use lwipopts.h instead)

This commit is contained in:
hathach
2022-06-01 15:10:05 +07:00
parent 9352f75220
commit ea8a9e0249
2 changed files with 0 additions and 8 deletions

View File

@@ -49,9 +49,7 @@
#define TCP_MSS (1500 /*mtu*/ - 20 /*iphdr*/ - 20 /*tcphhr*/)
#define TCP_SND_BUF (2 * TCP_MSS)
#ifndef TCP_WND
#define TCP_WND (TCP_MSS)
#endif
#define ETHARP_SUPPORT_STATIC_ENTRIES 1