1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-15 13:52:45 +01:00
RIOT/tests/driver_at/Makefile

11 lines
246 B
Makefile
Raw Normal View History

2018-05-22 12:52:27 +02:00
include ../Makefile.tests_common
USEMODULE += shell
USEMODULE += at
USEMODULE += at_urc_isr_medium
# we are printing from the event thread, we need more stack
CFLAGS += -DEVENT_THREAD_MEDIUM_STACKSIZE=1024
2018-05-22 12:52:27 +02:00
include $(RIOTBASE)/Makefile.include