mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-15 21:32:43 +01:00
9 lines
205 B
Makefile
9 lines
205 B
Makefile
include ../Makefile.tests_common
|
|
|
|
USEMODULE += trace
|
|
|
|
# reduce tracebuffer (default is 512), so this test compiles for more boards
|
|
CFLAGS += -DCONFIG_TRACE_BUFSIZE=64
|
|
|
|
include $(RIOTBASE)/Makefile.include
|