complete remove dcd_set_config(), fix unit test

This commit is contained in:
hathach
2020-04-17 13:52:34 +07:00
parent 05476d9ad7
commit 6f9c256ad0
19 changed files with 0 additions and 120 deletions

View File

@@ -78,13 +78,6 @@ void dcd_set_address (uint8_t rhport, uint8_t dev_addr)
(void) dev_addr;
}
// Receive Set Configure request
void dcd_set_config (uint8_t rhport, uint8_t config_num)
{
(void) rhport;
(void) config_num;
}
// Wake up host
void dcd_remote_wakeup (uint8_t rhport)
{