mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-23 03:39:33 +00:00
fix(build): clean up dependencies on driver component
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
idf_component_register(SRCS "spi_eeprom.c"
|
||||
LDFRAGMENTS "linker.lf"
|
||||
INCLUDE_DIRS "."
|
||||
PRIV_REQUIRES driver)
|
||||
PRIV_REQUIRES esp_driver_gpio
|
||||
REQUIRES esp_driver_spi)
|
||||
|
||||
Reference in New Issue
Block a user