Skip to content

Commit

Permalink
Merge branch 'bugfix/nimble_spp' into 'master'
Browse files Browse the repository at this point in the history
NimBLE :  SPP example fails to build on Windows

See merge request espressif/esp-idf!16992
  • Loading branch information
wmy-espressif committed Feb 7, 2022
2 parents 3441dd1 + 8846dc8 commit e6c0d1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
idf_component_register(SRCS "main.c" "misc.c" "peer.c"
INCLUDE_DIRS "$ENV{IDF_PATH}/components")
INCLUDE_DIRS ".")
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set(srcs "main.c"
"misc.c")

idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "$ENV{IDF_PATH}/components")
INCLUDE_DIRS ".")

0 comments on commit e6c0d1e

Please sign in to comment.