mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
Merge branch 'bugfix/ulp_gpio_example_build' into 'master'
ulp: add driver dependecy for ULP riscv gpio interrupt example See merge request espressif/esp-idf!17332
This commit is contained in:
commit
f6cfe1a549
@ -1,7 +1,7 @@
|
||||
# Set usual component variables
|
||||
set(COMPONENT_SRCS "ulp_riscv_gpio_intr_example_main.c")
|
||||
set(COMPONENT_ADD_INCLUDEDIRS "")
|
||||
set(COMPONENT_REQUIRES ulp)
|
||||
set(COMPONENT_REQUIRES ulp driver)
|
||||
|
||||
register_component()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user