From 69744de5dde12910d68959ae940090bd4943d1b7 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 14 Aug 2017 09:52:00 -1000 Subject: [PATCH] auav-x21:Schedule work queue with higher priority as on master was:CONFIG_SCHED_HPWORKPRIORITY=192 is:CONFIG_SCHED_HPWORKPRIORITY=249 --- nuttx-configs/auav-x21/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/auav-x21/nsh/defconfig b/nuttx-configs/auav-x21/nsh/defconfig index 95bcee2bb3..cb0b11092d 100644 --- a/nuttx-configs/auav-x21/nsh/defconfig +++ b/nuttx-configs/auav-x21/nsh/defconfig @@ -767,7 +767,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