mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
e6c0d1e481
@ -1,2 +1,2 @@
|
||||
idf_component_register(SRCS "main.c" "misc.c" "peer.c"
|
||||
INCLUDE_DIRS "$ENV{IDF_PATH}/components")
|
||||
INCLUDE_DIRS ".")
|
||||
|
@ -3,4 +3,4 @@ set(srcs "main.c"
|
||||
"misc.c")
|
||||
|
||||
idf_component_register(SRCS "${srcs}"
|
||||
INCLUDE_DIRS "$ENV{IDF_PATH}/components")
|
||||
INCLUDE_DIRS ".")
|
||||
|
Loading…
Reference in New Issue
Block a user