add code for disconnect/connect (not tested)

This commit is contained in:
hathach
2020-04-17 11:48:09 +07:00
parent 3f8b9c59dd
commit 89f99426fc
2 changed files with 8 additions and 3 deletions

View File

@@ -205,11 +205,13 @@ void dcd_remote_wakeup(uint8_t rhport)
void dcd_connect(uint8_t rhport)
{
(void) rhport;
// DEV_CONNECT(usbdev);
}
void dcd_disconnect(uint8_t rhport)
{
(void) rhport;
// DEV_DISCONNECT(usbdev);
}
#endif