G0: target component (components/esp32*) doesn't depend on driver anymore

* Original commit: espressif/esp-idf@2571aaf3c9
This commit is contained in:
Omar Chebib
2022-01-28 19:47:04 +08:00
committed by David Cermak
parent e66b19c414
commit 06dd536d52
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@
idf_component_register( idf_component_register(
SRCS "library/slip_modem.c" SRCS "library/slip_modem.c"
INCLUDE_DIRS "include" INCLUDE_DIRS "include"
REQUIRES esp_netif REQUIRES esp_netif driver
) )

View File

@ -3,5 +3,5 @@
idf_component_register( idf_component_register(
SRCS "slip_client_main.c" SRCS "slip_client_main.c"
INCLUDE_DIRS "." INCLUDE_DIRS "."
REQUIRES esp_netif slip_modem REQUIRES esp_netif slip_modem driver
) )