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
daf465c038
commit
1468e5aff2
@ -22,7 +22,7 @@ if(CONFIG_SOC_ETM_SUPPORTED)
|
||||
endif()
|
||||
|
||||
if(CONFIG_SOC_GPTIMER_SUPPORTED)
|
||||
list(APPEND SRC "test_intr_alloc.c")
|
||||
list(APPEND srcs "test_intr_alloc.c")
|
||||
endif()
|
||||
|
||||
# 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