summaryrefslogtreecommitdiff
path: root/nuttx/configs/stm3220g-eval/src/up_usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/stm3220g-eval/src/up_usb.c')
-rw-r--r--nuttx/configs/stm3220g-eval/src/up_usb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/stm3220g-eval/src/up_usb.c b/nuttx/configs/stm3220g-eval/src/up_usb.c
index be303a8a5..64fdda6f8 100644
--- a/nuttx/configs/stm3220g-eval/src/up_usb.c
+++ b/nuttx/configs/stm3220g-eval/src/up_usb.c
@@ -88,13 +88,13 @@ static struct usbhost_driver_s *g_drvr;
* Private Functions
************************************************************************************/
-/****************************************************************************
+/************************************************************************************
* Name: usbhost_waiter
*
* Description:
* Wait for USB devices to be connected.
*
- ****************************************************************************/
+ ************************************************************************************/
#ifdef CONFIG_USBHOST
static int usbhost_waiter(int argc, char *argv[])