mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-06 22:24:33 +02:00
ulp: add driver dependecy for ULP riscv gpio interrupt example
This commit is contained in:
@@ -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()
|
||||
|
||||
|
Reference in New Issue
Block a user