summaryrefslogtreecommitdiff
path: root/nuttx/libc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-14 10:21:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-14 10:21:18 -0600
commit7501579ff7683ee50d4fed4727e081c2e2535342 (patch)
treefbbe14a7474ae7549deab0ee139d3cb3fb2a65ee /nuttx/libc
parent0722a39b7423738eb2f49218c51036eb93b70016 (diff)
downloadnuttx-7501579ff7683ee50d4fed4727e081c2e2535342.tar.gz
nuttx-7501579ff7683ee50d4fed4727e081c2e2535342.tar.bz2
nuttx-7501579ff7683ee50d4fed4727e081c2e2535342.zip
Add description of work queues to the porting guide. Update comments
Diffstat (limited to 'nuttx/libc')
-rw-r--r--nuttx/libc/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/libc/Kconfig b/nuttx/libc/Kconfig
index d3030ef05..8f9569bde 100644
--- a/nuttx/libc/Kconfig
+++ b/nuttx/libc/Kconfig
@@ -409,7 +409,7 @@ config LIB_USRWORKPRIORITY
int "User mode priority worker thread priority"
default 100
---help---
- The execution priority of the lopwer priority worker thread. Default: 192
+ The execution priority of the user-mode priority worker thread. Default: 100
config LIB_USRWORKPERIOD
int "User mode worker thread period"
@@ -425,7 +425,7 @@ config LIB_USRWORKSTACKSIZE
The stack size allocated for the lower priority worker thread. Default: 2K.
endif # LIB_USRWORK
-endif # BUILD_PROTECTED
+endif # BUILD_PROTECTED || BUILD_KERNEL
config LIB_KBDCODEC
bool "Keyboard CODEC"