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:
parent
993adebe42
commit
17be6a32c9
@ -1,5 +1,5 @@
|
||||
INCLUDES += -I$(APPDIR)
|
||||
BOARD ?= nrf52dk
|
||||
BOARD ?= nrf52840dk
|
||||
|
||||
include ../Makefile.drivers_common
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user