STM32 OTG FS Hose and others: Remove some warnings

This commit is contained in:
Gregory Nutt 2014-04-12 09:58:23 -06:00
parent 4ea66ca8e4
commit bce2e4b7bb

View File

@ -109,6 +109,7 @@ static int usbhost_waiter(int argc, char *argv[])
ret = CONN_WAIT(g_usbconn, &connected);
DEBUGASSERT(ret == OK);
UNUSED(ret);
connected = !connected;
uvdbg("%s\n", connected ? "connected" : "disconnected");
@ -289,6 +290,3 @@ void stm32_usbsuspend(FAR struct usbdev_s *dev, bool resume)
#endif
#endif /* CONFIG_STM32_OTGFS */