1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

examples/nimble_gatt: whitelist nrf52832-mdk

This commit is contained in:
Alexandre Abadie 2019-03-05 11:22:59 +01:00
parent d08a028c20
commit 4cc9c8876f
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -5,7 +5,7 @@ APPLICATION = nimble_gatt
BOARD ?= nrf52dk
# So far, NimBLE only works on nRF52 based platforms
BOARD_WHITELIST := nrf52dk nrf52840dk
BOARD_WHITELIST := nrf52dk nrf52840dk nrf52832-mdk
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../..