1
0
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:
Hauke Petersen 2019-02-22 13:55:37 +01:00
parent 2f46f8c732
commit 51aa8fe407
3 changed files with 2 additions and 10 deletions

View File

@ -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

View File

@ -1,5 +0,0 @@
MODULE = nimble_host_services_gap
SRC += ble_svc_gap.c
include $(RIOTBASE)/Makefile.base

View File

@ -1,5 +0,0 @@
MODULE = nimble_host_services_gatt
SRC += ble_svc_gatt.c
include $(RIOTBASE)/Makefile.base