mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-21 08:49:25 +00:00
fix(build): clean up dependencies on driver component
This commit is contained in:
@@ -3,5 +3,5 @@ set(component_srcs "src/matrix_keyboard.c")
|
||||
idf_component_register(SRCS "${component_srcs}"
|
||||
INCLUDE_DIRS "include"
|
||||
PRIV_INCLUDE_DIRS ""
|
||||
PRIV_REQUIRES "driver"
|
||||
PRIV_REQUIRES "esp_driver_gpio"
|
||||
REQUIRES "")
|
||||
|
Reference in New Issue
Block a user