diff options
| author | hathach <[email protected]> | 2018-12-05 12:22:33 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-05 12:22:33 +0700 |
| commit | 6048a3bff48dc588849f83f4088367d20b6bc651 (patch) | |
| tree | cab4135772e5f53a6d0ddcd890834f9c6c80f293 /src/portable/microchip | |
| parent | c1336dff03032288d48704b055b507e175df2ac6 (diff) | |
remove dcd_connect/disconnect since there is no usage now
Diffstat (limited to 'src/portable/microchip')
| -rw-r--r-- | src/portable/microchip/samd21/dcd_samd21.c | 9 | ||||
| -rw-r--r-- | src/portable/microchip/samd51/dcd_samd51.c | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/src/portable/microchip/samd21/dcd_samd21.c b/src/portable/microchip/samd21/dcd_samd21.c index dda75cee8..5436259dd 100644 --- a/src/portable/microchip/samd21/dcd_samd21.c +++ b/src/portable/microchip/samd21/dcd_samd21.c @@ -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; diff --git a/src/portable/microchip/samd51/dcd_samd51.c b/src/portable/microchip/samd51/dcd_samd51.c index d0ad17f92..0e8b23d83 100644 --- a/src/portable/microchip/samd51/dcd_samd51.c +++ b/src/portable/microchip/samd51/dcd_samd51.c @@ -82,15 +82,6 @@ bool dcd_init (uint8_t rhport) return true; } -void dcd_connect (uint8_t rhport) -{ - (void) rhport; -} -void dcd_disconnect (uint8_t rhport) -{ - (void) rhport; -} - void dcd_set_address (uint8_t rhport, uint8_t dev_addr) { (void) rhport; |
