Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_bt_cmakefile_error_on_c2_v5.2' into 'release…
Browse files Browse the repository at this point in the history
…/v5.2'

fix(bt): fixed cmakelist error on c2 (v5.2)

See merge request espressif/esp-idf!29894
  • Loading branch information
jack0c committed Mar 28, 2024
2 parents 9da552c + b86dd75 commit 7646dd5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/bt/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ if(CONFIG_BT_ENABLED)
elseif(CONFIG_IDF_TARGET_ESP32S3)
list(APPEND srcs "controller/esp32c3/bt.c")

elseif(CONFIG_IDF_TARGET_ESP32C2)
list(APPEND srcs "controller/esp32c2/bt.c")

elseif(CONFIG_IDF_TARGET_ESP32C2)
set(ldfragments "linker.lf.esp32c2")
list(APPEND srcs "controller/esp32c2/bt.c")
Expand Down

0 comments on commit 7646dd5

Please sign in to comment.