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

examples/gnrc_networking: Fixed typo in Makefile

parent f3b9398e
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment