1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/at/Makefile

11 lines
248 B
Makefile
Raw Normal View History

include ../Makefile.drivers_common
2018-05-22 12:52:27 +02:00
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