mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
fix(esp_hw_support): fix the interrupt allocator test app's CMakeLists.txt
This commit is contained in:
parent
2117d959bf
commit
e546ce3f15
@ -22,7 +22,7 @@ if(CONFIG_SOC_ETM_SUPPORTED)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CONFIG_SOC_GPTIMER_SUPPORTED)
|
if(CONFIG_SOC_GPTIMER_SUPPORTED)
|
||||||
list(APPEND SRC "test_intr_alloc.c")
|
list(APPEND srcs "test_intr_alloc.c")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# In order for the cases defined by `TEST_CASE` to be linked into the final elf,
|
# In order for the cases defined by `TEST_CASE` to be linked into the final elf,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user