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: