fix(nimble): Remove extra spaces from example CMake file

This commit is contained in:
Rahul Tank
2024-07-22 15:26:29 +05:30
parent ce8dd3997d
commit 74431934a5
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@ cmake_minimum_required(VERSION 3.16)
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)

View File

@ -4,5 +4,5 @@ cmake_minimum_required(VERSION 3.16)
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)