summaryrefslogtreecommitdiff
path: root/apps/examples/serialrx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/serialrx/Kconfig')
-rw-r--r--apps/examples/serialrx/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/examples/serialrx/Kconfig b/apps/examples/serialrx/Kconfig
index ddced0ee5..25b3f39e1 100644
--- a/apps/examples/serialrx/Kconfig
+++ b/apps/examples/serialrx/Kconfig
@@ -10,4 +10,13 @@ config EXAMPLES_SERIALRX
Enable the serial RX example
if EXAMPLES_SERIALRX
+
+config EXAMPLES_SERIALRX_STACKSIZE
+ int "Serial Rx stack size"
+ default 2048
+
+config EXAMPLES_SERIALRX_PRIORITY
+ int "Serial Rx task priority"
+ default 50
+
endif