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:
parent
d08a028c20
commit
4cc9c8876f
@ -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)/../..
|
||||
|
Loading…
Reference in New Issue
Block a user