From f3b9398ed7977fe938eadfae46b90f8031931ea1 Mon Sep 17 00:00:00 2001 From: Marian Buschsieweke <marian.buschsieweke@ovgu.de> Date: Thu, 10 Jan 2019 13:55:16 +0100 Subject: [PATCH] tests/gnrc_udp: Fixed typo in Makefile --- tests/gnrc_udp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gnrc_udp/Makefile b/tests/gnrc_udp/Makefile index f5bad0c7c8..91919599c3 100644 --- a/tests/gnrc_udp/Makefile +++ b/tests/gnrc_udp/Makefile @@ -31,7 +31,7 @@ ifneq (,$(filter cc110x,$(USEMODULE))) # radio is cc110x sub-GHz else ifneq (,$(filter at86rf212b,$(USEMODULE))) # radio is IEEE 802.15.4 sub-GHz DEFAULT_CHANNEL ?= 5 - FLAGS += -DIEEE802154_DEFAULT_SUBGHZ_CHANNEL=$(DEFAULT_CHANNEL) + CFLAGS += -DIEEE802154_DEFAULT_SUBGHZ_CHANNEL=$(DEFAULT_CHANNEL) else # radio is IEEE 802.15.4 2.4 GHz DEFAULT_CHANNEL ?= 26 CFLAGS += -DIEEE802154_DEFAULT_CHANNEL=$(DEFAULT_CHANNEL) -- GitLab