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

tests/drivers/nrf802154: build for nrf52840dk by default

There's no sense in having nrf52dk by default since its MCU, nrf52832, doesn't have support for 802.15.4 radio
This commit is contained in:
Alexandre Abadie 2023-05-12 15:29:22 +02:00
parent 993adebe42
commit 17be6a32c9
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405

View File

@ -1,5 +1,5 @@
INCLUDES += -I$(APPDIR)
BOARD ?= nrf52dk
BOARD ?= nrf52840dk
include ../Makefile.drivers_common