Merge branch 'bugfix/nimble_spp' into 'master'

NimBLE :  SPP example fails to build on Windows

See merge request espressif/esp-idf!16992
This commit is contained in:
Wang Meng Yang 2022-02-07 02:33:41 +00:00
commit e6c0d1e481
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 ".")