refactor(gpio): make gpio driver as component, and fix astyle

This commit is contained in:
Song Ruo Jing
2023-10-17 12:11:42 +08:00
parent 342535f47c
commit 9461993ec5
104 changed files with 456 additions and 263 deletions
+1 -1
View File
@@ -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)