esp_netif: update netsuite test example to use I/O driver configuration

closes https://github.com/espressif/esp-idf/issues/4403
This commit is contained in:
David Cermak
2019-11-26 16:45:37 +01:00
committed by bot
parent f7b51c164d
commit bbbdcbfe4c
6 changed files with 220 additions and 208 deletions

View File

@@ -1,2 +1,2 @@
idf_component_register(SRCS "net_suite.c" "lwip_test_netif.c"
idf_component_register(SRCS "net_suite.c" "stdinout.c"
INCLUDE_DIRS ".")