stm32 sysnopsys disconnect/connect

This commit is contained in:
hathach
2020-04-16 20:20:20 +07:00
parent 33888519dd
commit 4c74140b31
2 changed files with 29 additions and 4 deletions
+12
View File
@@ -201,6 +201,18 @@ void dcd_remote_wakeup(uint8_t rhport)
DEV_WAKEUP(usbdev);
}
#if 0 // TODO implement for Spresense
void dcd_connect(uint8_t rhport)
{
(void) rhport;
}
void dcd_disconnect(uint8_t rhport)
{
(void) rhport;
}
#endif
//--------------------------------------------------------------------+
// Endpoint API
//--------------------------------------------------------------------+