mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
refactor(gpio): make gpio driver as component, and fix astyle
This commit is contained in:
@@ -27,5 +27,5 @@ endif()
|
||||
idf_component_register(SRCS ${srcs}
|
||||
INCLUDE_DIRS ${includes}
|
||||
PRIV_REQUIRES ${priv_requires}
|
||||
REQUIRES driver
|
||||
REQUIRES driver esp_driver_gpio
|
||||
LDFRAGMENTS linker.lf)
|
||||
|
||||
Reference in New Issue
Block a user