Skip to content
Snippets Groups Projects
Commit 20866ad1 authored by David Sidrane's avatar David Sidrane Committed by Daniel Agar
Browse files

px4-stm32f4discovery:Schedule work queue with higher priority as on master

   was:CONFIG_SCHED_HPWORKPRIORITY=192
is:CONFIG_SCHED_HPWORKPRIORITY=249
parent 27e68160
No related branches found
No related tags found
No related merge requests found
......@@ -744,7 +744,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
......
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