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

include ../Makefile.drivers_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
include $(RIOTBASE)/Makefile.include