Skip to content

Commit

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

Closes : #8305
  • Loading branch information
IshaESP committed Jan 28, 2022
1 parent 1c393a3 commit 8846dc8
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 8846dc8

Please sign in to comment.