mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/nimble_gatt: use gatt/gap svcs explicitly
This commit is contained in:
parent
2f46f8c732
commit
51aa8fe407
@ -12,6 +12,8 @@ RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
# Include NimBLE
|
||||
USEPKG += nimble
|
||||
USEMODULE += nimble_svc_gap
|
||||
USEMODULE += nimble_svc_gatt
|
||||
|
||||
# We also use the AD part of the BLE helper module
|
||||
USEMODULE += bluetil_ad
|
||||
|
@ -1,5 +0,0 @@
|
||||
MODULE = nimble_host_services_gap
|
||||
|
||||
SRC += ble_svc_gap.c
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
@ -1,5 +0,0 @@
|
||||
MODULE = nimble_host_services_gatt
|
||||
|
||||
SRC += ble_svc_gatt.c
|
||||
|
||||
include $(RIOTBASE)/Makefile.base
|
Loading…
Reference in New Issue
Block a user