Skip to content
Snippets Groups Projects
Unverified Commit f3b9398e authored by Marian Buschsieweke's avatar Marian Buschsieweke
Browse files

tests/gnrc_udp: Fixed typo in Makefile

parent 6a8808c5
Branches
Tags
No related merge requests found
...@@ -31,7 +31,7 @@ ifneq (,$(filter cc110x,$(USEMODULE))) # radio is cc110x sub-GHz ...@@ -31,7 +31,7 @@ ifneq (,$(filter cc110x,$(USEMODULE))) # radio is cc110x sub-GHz
else else
ifneq (,$(filter at86rf212b,$(USEMODULE))) # radio is IEEE 802.15.4 sub-GHz ifneq (,$(filter at86rf212b,$(USEMODULE))) # radio is IEEE 802.15.4 sub-GHz
DEFAULT_CHANNEL ?= 5 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 else # radio is IEEE 802.15.4 2.4 GHz
DEFAULT_CHANNEL ?= 26 DEFAULT_CHANNEL ?= 26
CFLAGS += -DIEEE802154_DEFAULT_CHANNEL=$(DEFAULT_CHANNEL) CFLAGS += -DIEEE802154_DEFAULT_CHANNEL=$(DEFAULT_CHANNEL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment