summaryrefslogtreecommitdiffstats
path: root/nuttx/configs/mbed
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/mbed
parentc854707396902a34a8c3ce16cbc2d2f1a4551ba8 (diff)
Change naming of HP work queue configuration varaibles to be symmetric with LP work queue naming
Diffstat (limited to 'nuttx/configs/mbed')
-rw-r--r--nuttx/configs/mbed/hidkbd/defconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/configs/mbed/hidkbd/defconfig b/nuttx/configs/mbed/hidkbd/defconfig
index 0a70e847c3..7cf41b7f13 100644
--- a/nuttx/configs/mbed/hidkbd/defconfig
+++ b/nuttx/configs/mbed/hidkbd/defconfig
@@ -505,9 +505,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 is not set
# CONFIG_LIB_SLCDCODEC is not set