1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-19 11:33:51 +01:00
2023-05-12 16:36:39 +02:00

12 lines
195 B
Makefile

# name of your application
include ../Makefile.net_common
CFLAGS += -DOUTPUT=TEXT
# Add unittest framework
USEMODULE += embunit
USEMODULE += gnrc_lorawan
include $(RIOTBASE)/Makefile.include