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