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

@@ -202,12 +202,6 @@ bool dcd_init(uint8_t rhport)
return TUSB_ERROR_NONE;
}
void dcd_connect(uint8_t rhport)
{
(void) rhport;
sie_write(SIE_CMDCODE_DEVICE_STATUS, 1, 1);
}
void dcd_set_address(uint8_t rhport, uint8_t dev_addr)
{
(void) rhport;