Merge branch 'bugfix/nimble_l2cap_coc_cmake' into 'master'

NimBLE : Fixed nimble L2CAP COC example CMakeLists.txt
This commit is contained in:
Isha Pardikar
2022-07-27 13:03:05 +05:30
parent 7b1da8ab0a
commit 97b1211b71
2 changed files with 2 additions and 2 deletions

View File

@@ -3,4 +3,4 @@
cmake_minimum_required(VERSION 3.5) cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake) 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) cmake_minimum_required(VERSION 3.5)
include($ENV{IDF_PATH}/tools/cmake/project.cmake) include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(bleprph_l2cap_coc) project(coc_bleprph)