Fix USB host polling; fix a typo in LPC17 HCD
This commit is contained in:
parent
d5101f46ca
commit
eccc8e1304
@ -1,7 +1,7 @@
|
|||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* config/olimex-lpc1766stk/src/lpc17_nsh.c
|
* config/olimex-lpc1766stk/src/lpc17_nsh.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2010, 2013-2014 Gregory Nutt. All rights reserved.
|
* Copyright (C) 2010, 2013-2015 Gregory Nutt. All rights reserved.
|
||||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
@ -149,7 +149,7 @@ static int nsh_waiter(int argc, char *argv[])
|
|||||||
/* Wait for the device to change state */
|
/* Wait for the device to change state */
|
||||||
|
|
||||||
DEBUGVERIFY(CONN_WAIT(g_usbconn, &hport));
|
DEBUGVERIFY(CONN_WAIT(g_usbconn, &hport));
|
||||||
syslog(LOG_INFO, "%s\n", hport->connected ? "connected" : "disconnected");
|
syslog(LOG_INFO, "nsh_waiter: %s\n", hport->connected ? "connected" : "disconnected");
|
||||||
|
|
||||||
/* Did we just become connected? */
|
/* Did we just become connected? */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user