mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
fix(esp_hw_support): fix the interrupt allocator test app's CMakeLists.txt
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user