File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ PRIORITY = $(CONFIG_EXAMPLES_NIMBLE_BLECENT_PRIORITY)
27
27
STACKSIZE = $(CONFIG_EXAMPLES_NIMBLE_BLECENT_STACKSIZE )
28
28
MODULE = $(CONFIG_EXAMPLES_NIMBLE_BLECENT )
29
29
30
- # NimBLE Example
30
+ # NimBLE Central Example
31
31
32
- MAINSRC = nimble_BLECENT_main.c
32
+ CSRCS += misc.c peer.c
33
+ MAINSRC = nimble_blecent_main.c
33
34
34
35
include $(APPDIR ) /wireless/bluetooth/nimble/Makefile.nimble
35
36
36
37
include $(APPDIR ) /Application.mk
38
+
Original file line number Diff line number Diff line change @@ -27,10 +27,12 @@ PRIORITY = $(CONFIG_EXAMPLES_NIMBLE_BLEPRPH_PRIORITY)
27
27
STACKSIZE = $(CONFIG_EXAMPLES_NIMBLE_BLEPRPH_STACKSIZE )
28
28
MODULE = $(CONFIG_EXAMPLES_NIMBLE_BLEPRPH )
29
29
30
- # NimBLE Example
30
+ # NimBLE Peripheral Example
31
31
32
+ CSRCS += misc.c gatt_svr.c
32
33
MAINSRC = nimble_bleprph_main.c
33
34
34
35
include $(APPDIR ) /wireless/bluetooth/nimble/Makefile.nimble
35
36
36
37
include $(APPDIR ) /Application.mk
38
+
You can’t perform that action at this time.
0 commit comments