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

@@ -69,12 +69,6 @@ if (EXISTS ${TOP}/lib/lwip/src)
${TOP}/lib/networking/rndis_reports.c
)
target_compile_definitions(${PROJECT} PUBLIC
PBUF_POOL_SIZE=2
TCP_WND=2*TCP_MSS
HTTPD_USE_CUSTOM_FSDATA=0
)
# Configure compilation flags and libraries for the example... see the corresponding function
# in hw/bsp/FAMILY/family.cmake for details.
family_configure_device_example(${PROJECT})