forked from espressif/esp-idf
fix(bt): fixed cmakelist error on c2
Closes https://github.com/espressif/esp-idf/issues/13451
This commit is contained in:
@ -84,9 +84,6 @@ if(CONFIG_BT_ENABLED)
|
|||||||
elseif(CONFIG_IDF_TARGET_ESP32S3)
|
elseif(CONFIG_IDF_TARGET_ESP32S3)
|
||||||
list(APPEND srcs "controller/esp32c3/bt.c")
|
list(APPEND srcs "controller/esp32c3/bt.c")
|
||||||
|
|
||||||
elseif(CONFIG_IDF_TARGET_ESP32C2)
|
|
||||||
list(APPEND srcs "controller/esp32c2/bt.c")
|
|
||||||
|
|
||||||
elseif(CONFIG_IDF_TARGET_ESP32C2)
|
elseif(CONFIG_IDF_TARGET_ESP32C2)
|
||||||
set(ldfragments "linker.lf.esp32c2")
|
set(ldfragments "linker.lf.esp32c2")
|
||||||
list(APPEND srcs "controller/esp32c2/bt.c")
|
list(APPEND srcs "controller/esp32c2/bt.c")
|
||||||
|
Reference in New Issue
Block a user