remove dcd_connect/disconnect since there is no usage now

This commit is contained in:
hathach
2018-12-05 12:22:33 +07:00
parent c1336dff03
commit 6048a3bff4
8 changed files with 9 additions and 51 deletions

View File

@@ -82,15 +82,6 @@ bool dcd_init (uint8_t rhport)
return true;
}
void dcd_connect (uint8_t rhport)
{
}
void dcd_disconnect (uint8_t rhport)
{
}
void dcd_set_address (uint8_t rhport, uint8_t dev_addr)
{
(void) rhport;