mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
EHCI: Can asynch cancellation method
This commit is contained in:
@@ -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? */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user