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

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

See merge request espressif/esp-idf!17013
This commit is contained in:
Wang Meng Yang 2022-02-07 02:35:30 +00:00
commit 5e5af3606b
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 ".")