diff options
| author | hathach <[email protected]> | 2020-04-17 13:52:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-17 13:52:34 +0700 |
| commit | 6f9c256ad0e6b030468bd8a8fbfd41801b70a69a (patch) | |
| tree | 837b018d6f1526b64f0372cb24ddea1ec6e9bf16 /src/portable/microchip/samd | |
| parent | 05476d9ad72321aa6e57ff5acbc4b25e1366fead (diff) | |
complete remove dcd_set_config(), fix unit test
Diffstat (limited to 'src/portable/microchip/samd')
| -rw-r--r-- | src/portable/microchip/samd/dcd_samd.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/portable/microchip/samd/dcd_samd.c b/src/portable/microchip/samd/dcd_samd.c index bd61df86a..a01bef38a 100644 --- a/src/portable/microchip/samd/dcd_samd.c +++ b/src/portable/microchip/samd/dcd_samd.c @@ -144,13 +144,6 @@ void dcd_set_address (uint8_t rhport, uint8_t dev_addr) USB->DEVICE.INTENSET.reg = USB_DEVICE_INTENSET_SUSPEND; } -void dcd_set_config (uint8_t rhport, uint8_t config_num) -{ - (void) rhport; - (void) config_num; - // Nothing to do -} - void dcd_remote_wakeup(uint8_t rhport) { (void) rhport; |
