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

tests: minimal: use stdio_null

This commit is contained in:
Bas Stottelaar 2019-11-19 18:27:57 +01:00
parent 810a06903a
commit 05bdab80e0

View File

@ -5,4 +5,6 @@ CFLAGS += -DNDEBUG -DLOG_LEVEL=LOG_NONE
DISABLE_MODULE += auto_init
USEMODULE += stdio_null
include $(RIOTBASE)/Makefile.include