examples/default: fix schedstatistics example usage

This commit is contained in:
Vincent Dupont 2017-05-03 12:00:07 +02:00
parent 6d5b95517d
commit 28b7385920
1 changed files with 1 additions and 1 deletions

View File

@ -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: