From 17be6a32c97df91fe84181b2046c8bc35f63a439 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Fri, 12 May 2023 15:29:22 +0200 Subject: [PATCH] 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 --- tests/drivers/nrf802154/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/drivers/nrf802154/Makefile b/tests/drivers/nrf802154/Makefile index 931988e079..15b51bf3f3 100644 --- a/tests/drivers/nrf802154/Makefile +++ b/tests/drivers/nrf802154/Makefile @@ -1,5 +1,5 @@ INCLUDES += -I$(APPDIR) -BOARD ?= nrf52dk +BOARD ?= nrf52840dk include ../Makefile.drivers_common