mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
top: increase process priority to 255
Helps debugging busy-looping tasks.
This commit is contained in:
@@ -34,6 +34,7 @@ px4_add_module(
|
||||
MODULE systemcmds__top
|
||||
MAIN top
|
||||
STACK_MAIN 1700
|
||||
PRIORITY 255
|
||||
COMPILE_FLAGS
|
||||
SRCS
|
||||
top.c
|
||||
|
||||
Reference in New Issue
Block a user