STM32 OTG FS Hose and others: Remove some warnings
This commit is contained in:
parent
4ea66ca8e4
commit
bce2e4b7bb
@ -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 */
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user