mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'bugfix/nimble_spp' into 'release/v4.4'
NimBLE : Fixed BLE SPP build fail on Windows Closes : https://github.com/espressif/esp-idf/issues/8305 See merge request espressif/esp-idf!17013
This commit is contained in:
@ -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 ".")
|
||||
|
Reference in New Issue
Block a user