mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
examples/lorawan: adapt to pkg changes
This commit is contained in:
parent
6e12b44d12
commit
a04009470d
@ -28,6 +28,7 @@ FEATURES_REQUIRED += periph_rtc
|
||||
|
||||
CFLAGS += -DREGION_$(REGION)
|
||||
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
|
||||
# which is not needed in a production environment but helps in the
|
||||
|
Loading…
Reference in New Issue
Block a user