From 28b73859208316a19cab18161b89aab19cf8396c Mon Sep 17 00:00:00 2001 From: Vincent Dupont Date: Wed, 3 May 2017 12:00:07 +0200 Subject: [PATCH] examples/default: fix schedstatistics example usage --- examples/default/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/default/Makefile b/examples/default/Makefile index 2d2a457e7..2c1ec7da6 100644 --- a/examples/default/Makefile +++ b/examples/default/Makefile @@ -13,7 +13,7 @@ RIOTBASE ?= $(CURDIR)/../.. #RIOTBOARD ?= $(CURDIR)/../../RIOT/thirdparty_boards # Uncomment this to enable scheduler statistics for ps: -#CFLAGS += -DSCHEDSTATISTICS +#USEMODULE += schedstatistics # If you want to use native with valgrind, you should recompile native # with the target all-valgrind instead of all: