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/st/synopsys | |
| parent | 05476d9ad72321aa6e57ff5acbc4b25e1366fead (diff) | |
complete remove dcd_set_config(), fix unit test
Diffstat (limited to 'src/portable/st/synopsys')
| -rw-r--r-- | src/portable/st/synopsys/dcd_synopsys.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/portable/st/synopsys/dcd_synopsys.c b/src/portable/st/synopsys/dcd_synopsys.c index 0c9c2650d..3386abdac 100644 --- a/src/portable/st/synopsys/dcd_synopsys.c +++ b/src/portable/st/synopsys/dcd_synopsys.c @@ -234,13 +234,6 @@ void dcd_set_address (uint8_t rhport, uint8_t dev_addr) dcd_edpt_xfer(rhport, tu_edpt_addr(0, TUSB_DIR_IN), NULL, 0); } -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; |
