Merge branch 'bugfix/nimble_l2cap_coc_cmake' into 'master'

Fixed cmake file for nimble L2CAP COC example

See merge request espressif/esp-idf!19265
This commit is contained in:
Isha Pardikar 2022-07-28 13:25:55 +08:00
commit 3f161b9c98
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(blecent_l2cap_coc)
project(coc_blecent)

View File

@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(bleprph_l2cap_coc)
project(coc_bleprph)