summaryrefslogtreecommitdiff
path: root/nuttx/configs/cloudctrl
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-11 17:03:44 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-11 17:03:44 -0600
commite654f5ed6b2ddbc96fc9e580b0bacb33a5568fe8 (patch)
tree4926aba34130900d344ba12cfd85afe4ee4c55df /nuttx/configs/cloudctrl
parentc854707396902a34a8c3ce16cbc2d2f1a4551ba8 (diff)
downloadpx4-nuttx-e654f5ed6b2ddbc96fc9e580b0bacb33a5568fe8.tar.gz
px4-nuttx-e654f5ed6b2ddbc96fc9e580b0bacb33a5568fe8.tar.bz2
px4-nuttx-e654f5ed6b2ddbc96fc9e580b0bacb33a5568fe8.zip
Change naming of HP work queue configuration varaibles to be symmetric with LP work queue naming
Diffstat (limited to 'nuttx/configs/cloudctrl')
-rw-r--r--nuttx/configs/cloudctrl/nsh/defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/cloudctrl/nsh/defconfig b/nuttx/configs/cloudctrl/nsh/defconfig
index 8e2f35302..9eb2f706a 100644
--- a/nuttx/configs/cloudctrl/nsh/defconfig
+++ b/nuttx/configs/cloudctrl/nsh/defconfig
@@ -267,9 +267,9 @@ CONFIG_DEV_CONSOLE=y
# CONFIG_FDCLONE_STDIO is not set
CONFIG_SDCLONE_DISABLE=y
CONFIG_SCHED_WORKQUEUE=y
-CONFIG_SCHED_WORKPRIORITY=192
-CONFIG_SCHED_WORKPERIOD=50000
-CONFIG_SCHED_WORKSTACKSIZE=2048
+CONFIG_SCHED_HPWORKPRIORITY=192
+CONFIG_SCHED_HPWORKPERIOD=50000
+CONFIG_SCHED_HPWORKSTACKSIZE=2048
CONFIG_SIG_SIGWORK=17
# CONFIG_SCHED_LPWORK is not set
CONFIG_SCHED_WAITPID=y