mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-20 22:12:27 +02:00
G0: target component (components/esp32*) doesn't depend on driver anymore
* Original commit: espressif/esp-idf@2571aaf3c9
This commit is contained in:
committed by
David Cermak
parent
e66b19c414
commit
06dd536d52
@ -3,5 +3,5 @@
|
||||
idf_component_register(
|
||||
SRCS "library/slip_modem.c"
|
||||
INCLUDE_DIRS "include"
|
||||
REQUIRES esp_netif
|
||||
REQUIRES esp_netif driver
|
||||
)
|
||||
|
@ -3,5 +3,5 @@
|
||||
idf_component_register(
|
||||
SRCS "slip_client_main.c"
|
||||
INCLUDE_DIRS "."
|
||||
REQUIRES esp_netif slip_modem
|
||||
REQUIRES esp_netif slip_modem driver
|
||||
)
|
||||
|
Reference in New Issue
Block a user