summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm32f4discovery/src
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-05-28 13:36:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-05-28 13:36:01 -0600
commit1a74256ee53b36e73f0d2afa4d9e8b7199be2a10 (patch)
treed2aefd57856c849d84f214bdc9c139cb4f9b484f /nuttx/configs/stm32f4discovery/src
parent0e779830120932500dee6b192b553562b6958a9b (diff)
downloadpx4-nuttx-1a74256ee53b36e73f0d2afa4d9e8b7199be2a10.tar.gz
px4-nuttx-1a74256ee53b36e73f0d2afa4d9e8b7199be2a10.tar.bz2
px4-nuttx-1a74256ee53b36e73f0d2afa4d9e8b7199be2a10.zip
Fix null packet handling in the PIC32 USB device driver. This is a critical bug fix for PIC32. Add support for the USB monitor to the Sure-PIC32MX configuration
Diffstat (limited to 'nuttx/configs/stm32f4discovery/src')
-rw-r--r--nuttx/configs/stm32f4discovery/src/up_nsh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/stm32f4discovery/src/up_nsh.c b/nuttx/configs/stm32f4discovery/src/up_nsh.c
index b395d660d..4edf93291 100644
--- a/nuttx/configs/stm32f4discovery/src/up_nsh.c
+++ b/nuttx/configs/stm32f4discovery/src/up_nsh.c
@@ -79,7 +79,7 @@
# undef HAVE_USBMONITOR
#endif
-/* Can't support USB device is USB device is not enabled */
+/* Can't support USB device monitor if USB device is not enabled */
#ifndef CONFIG_USBDEV
# undef HAVE_USBDEV