summaryrefslogtreecommitdiff
path: root/nuttx/configs/olimex-lpc1766stk
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/olimex-lpc1766stk
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/olimex-lpc1766stk')
-rw-r--r--nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig6
-rw-r--r--nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig6
2 files changed, 6 insertions, 6 deletions
diff --git a/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig b/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig
index aec17fe9f..34fee7ba7 100644
--- a/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/hidkbd/defconfig
@@ -575,9 +575,9 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
CONFIG_SCHED_WORKQUEUE=y
CONFIG_SCHED_HPWORK=y
-CONFIG_SCHED_WORKPRIORITY=192
-CONFIG_SCHED_WORKPERIOD=50000
-CONFIG_SCHED_WORKSTACKSIZE=1024
+CONFIG_SCHED_HPWORKPRIORITY=192
+CONFIG_SCHED_HPWORKPERIOD=50000
+CONFIG_SCHED_HPWORKSTACKSIZE=1024
# CONFIG_SCHED_LPWORK is not set
CONFIG_LIB_KBDCODEC=y
# CONFIG_LIB_SLCDCODEC is not set
diff --git a/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig b/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
index 6f1631438..a5559e995 100644
--- a/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
+++ b/nuttx/configs/olimex-lpc1766stk/hidmouse/defconfig
@@ -628,9 +628,9 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512
#
CONFIG_SCHED_WORKQUEUE=y
CONFIG_SCHED_HPWORK=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_SCHED_LPWORK is not set
# CONFIG_LIB_KBDCODEC is not set
# CONFIG_LIB_SLCDCODEC is not set