From 11e518f4945a06b43e0116773ba37e27fd1871db Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Mon, 28 Aug 2017 10:12:58 -1000 Subject: [PATCH] nxphlite-v3:Schedule work queue with higher priority as on master was:CONFIG_SCHED_HPWORKPRIORITY=192 is:CONFIG_SCHED_HPWORKPRIORITY=249 --- nuttx-configs/nxphlite-v3/nsh/defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuttx-configs/nxphlite-v3/nsh/defconfig b/nuttx-configs/nxphlite-v3/nsh/defconfig index 522b1d6ebf..531e0340ab 100644 --- a/nuttx-configs/nxphlite-v3/nsh/defconfig +++ b/nuttx-configs/nxphlite-v3/nsh/defconfig @@ -513,7 +513,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