mirror of
https://github.com/apache/nuttx.git
synced 2026-08-18 20:18:17 +00:00
EHCI: Can asynch cancellation method
This commit is contained in:
parent
86bfc4be75
commit
808bb40f6b
1 changed files with 2 additions and 1 deletions
|
|
@ -105,7 +105,8 @@ static int ehci_waiter(int argc, char *argv[])
|
|||
/* Wait for the device to change state */
|
||||
|
||||
DEBUGVERIFY(CONN_WAIT(g_ehciconn, &hport));
|
||||
printf("ehci_waiter: %s\n", hport->connected ? "connected" : "disconnected");
|
||||
syslog(LOG_INFO, "ehci_waiter: %s\n",
|
||||
hport->connected ? "connected" : "disconnected");
|
||||
|
||||
/* Did we just become connected? */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue