From a53d13f333e7faf0a2282c201b2e59b3c1df70ce Mon Sep 17 00:00:00 2001 From: "Martine S. Lenders" Date: Thu, 24 Oct 2019 14:00:09 +0200 Subject: [PATCH] examples/gnrc_minimal: disable logging --- examples/gnrc_minimal/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/gnrc_minimal/Makefile b/examples/gnrc_minimal/Makefile index 80c675ef28..9cb3d75f4d 100644 --- a/examples/gnrc_minimal/Makefile +++ b/examples/gnrc_minimal/Makefile @@ -23,6 +23,7 @@ USEMODULE += gnrc_icmpv6_echo # Use minimal standard PRNG USEMODULE += prng_minstd +CFLAGS += -DLOG_LEVEL=LOG_NONE # disable log output CFLAGS += -DGNRC_PKTBUF_SIZE=512 -DGNRC_NETIF_IPV6_ADDRS_NUMOF=2 \ -DGNRC_NETIF_IPV6_GROUPS_NUMOF=2 -DGNRC_IPV6_NIB_NUMOF=1 \ -DGNRC_IPV6_NIB_OFFL_NUMOF=1 # be able to configure at least one route