forked from Archive/PX4-Autopilot
FMUv5: Schedule work queue with higher priority
This commit is contained in:
parent
c2341ad7f6
commit
00b65f38aa
|
@ -611,7 +611,7 @@ CONFIG_MQ_MAXMSGSIZE=32
|
|||
#
|
||||
CONFIG_SCHED_WORKQUEUE=y
|
||||
CONFIG_SCHED_HPWORK=y
|
||||
CONFIG_SCHED_HPWORKPRIORITY=192
|
||||
CONFIG_SCHED_HPWORKPRIORITY=249
|
||||
CONFIG_SCHED_HPWORKPERIOD=5000
|
||||
CONFIG_SCHED_HPWORKSTACKSIZE=1800
|
||||
CONFIG_SCHED_LPWORK=y
|
||||
|
|
Loading…
Reference in New Issue