mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ulp: add driver dependecy for ULP riscv gpio interrupt example
This commit is contained in:
parent
94a62a1b50
commit
8901941064
@ -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…
Reference in New Issue
Block a user