mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/fix_ble_phy_compilation_issue' into 'release/v5.0'
fix(nimble): Remove extra spaces from example CMake file (v5.0) See merge request espressif/esp-idf!32268
This commit is contained in:
commit
d69673aee4
@ -4,5 +4,5 @@ cmake_minimum_required(VERSION 3.16)
|
|||||||
|
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/nimble/common/nimble_central_utils)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/nimble/common/nimble_central_utils)
|
||||||
|
|
||||||
include($ENV{IDF_PATH} / tools / cmake / project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(phy_cent)
|
project(phy_cent)
|
||||||
|
@ -4,5 +4,5 @@ cmake_minimum_required(VERSION 3.16)
|
|||||||
|
|
||||||
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/nimble/common/nimble_peripheral_utils)
|
set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/bluetooth/nimble/common/nimble_peripheral_utils)
|
||||||
|
|
||||||
include($ENV{IDF_PATH} / tools / cmake / project.cmake)
|
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
|
||||||
project(phy_prph)
|
project(phy_prph)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user