From 1a74256ee53b36e73f0d2afa4d9e8b7199be2a10 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 28 May 2013 13:36:01 -0600 Subject: 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 --- nuttx/configs/stm32f4discovery/src/up_nsh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/configs/stm32f4discovery/src') 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 -- cgit v1.2.3