summaryrefslogtreecommitdiff
path: root/apps/system/composite
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-05 15:42:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-05 15:42:20 -0600
commitdb6c14382e8ab4fb8a7336c107ab54cf4cf60c71 (patch)
tree85473c5e9a64549c0f26823e22e5b7ce93f92366 /apps/system/composite
parent252d9c848a95632bf5e6e8fa2e1a23badf0fe80d (diff)
downloadpx4-nuttx-db6c14382e8ab4fb8a7336c107ab54cf4cf60c71.tar.gz
px4-nuttx-db6c14382e8ab4fb8a7336c107ab54cf4cf60c71.tar.bz2
px4-nuttx-db6c14382e8ab4fb8a7336c107ab54cf4cf60c71.zip
Add NSH addroute and delroute commands
Diffstat (limited to 'apps/system/composite')
-rw-r--r--apps/system/composite/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/system/composite/Kconfig b/apps/system/composite/Kconfig
index c2850637d..6b8dfadf8 100644
--- a/apps/system/composite/Kconfig
+++ b/apps/system/composite/Kconfig
@@ -74,7 +74,7 @@ endif # USBMSC_COMPOSITE
if CDCACM_COMPOSITE
config SYSTEM_COMPOSITE_TTYUSB
- int "USB serial device minor number
+ int "USB serial device minor number"
default 0
---help---
The minor number of the USB serial device. Default is zero
@@ -153,4 +153,3 @@ config SYSTEM_COMPOSITE_DEBUGMM
Enables some debug tests to check for memory usage and memory leaks.
endif
-