Skip to content
Snippets Groups Projects
Commit 1514ec3a authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

top: use SCHED_PRIORITY_MAX instead of 255 to specify the priority

parent 12f96adb
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ px4_add_module(
MODULE systemcmds__top
MAIN top
STACK_MAIN 1700
PRIORITY 255
PRIORITY "SCHED_PRIORITY_MAX"
COMPILE_FLAGS
SRCS
top.c
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment