Skip to content
Snippets Groups Projects
Commit a0400947 authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

examples/lorawan: adapt to pkg changes

parent 6e12b44d
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ FEATURES_REQUIRED += periph_rtc ...@@ -28,6 +28,7 @@ FEATURES_REQUIRED += periph_rtc
CFLAGS += -DREGION_$(REGION) CFLAGS += -DREGION_$(REGION)
CFLAGS += -DDEVEUI=\"$(DEVEUI)\" -DAPPEUI=\"$(APPEUI)\" -DAPPKEY=\"$(APPKEY)\" CFLAGS += -DDEVEUI=\"$(DEVEUI)\" -DAPPEUI=\"$(APPEUI)\" -DAPPKEY=\"$(APPKEY)\"
CFLAGS += -DLORAMAC_ACTIVE_REGION=LORAMAC_REGION_$(REGION)
# Comment this out to disable code in RIOT that does safety checking # Comment this out to disable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the # which is not needed in a production environment but helps in the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment