Merge branch 'bugfix/nimble_spp_v4.3' into 'release/v4.3'

NimBLE :  SPP example fails to build on Windows (v4.3)

See merge request espressif/esp-idf!17014
This commit is contained in:
Wang Meng Yang 2022-02-07 02:35:24 +00:00
commit 8a4bcdb563
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
idf_component_register(SRCS "main.c" "misc.c" "peer.c"
INCLUDE_DIRS "$ENV{IDF_PATH}/components")
INCLUDE_DIRS ".")

View File

@ -3,4 +3,4 @@ set(srcs "main.c"
"misc.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "$ENV{IDF_PATH}/components")
INCLUDE_DIRS ".")