summaryrefslogtreecommitdiff
path: root/apps/examples/cpuhog/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/cpuhog/Makefile')
-rw-r--r--apps/examples/cpuhog/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/examples/cpuhog/Makefile b/apps/examples/cpuhog/Makefile
index 995380b0e..ae3977d13 100644
--- a/apps/examples/cpuhog/Makefile
+++ b/apps/examples/cpuhog/Makefile
@@ -62,9 +62,12 @@ ROOTDEPPATH = --dep-path .
# Built-in application info
+ONFIG_EXAMPLES_CPUHOG_PRIORITY ?= 50
+CONFIG_EXAMPLES_CPUHOG_STACKSIZE ?= 2048
+
APPNAME = cpuhog
-PRIORITY = SCHED_PRIORITY_LOW
-STACKSIZE = 1024
+PRIORITY = $(CONFIG_EXAMPLES_CPUHOG_PRIORITY)
+STACKSIZE = $(CONFIG_EXAMPLES_CPUHOG_STACKSIZE)
# Common build