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/sony | |
| parent | 05476d9ad72321aa6e57ff5acbc4b25e1366fead (diff) | |
complete remove dcd_set_config(), fix unit test
Diffstat (limited to 'src/portable/sony')
| -rw-r--r-- | src/portable/sony/cxd56/dcd_cxd56.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/portable/sony/cxd56/dcd_cxd56.c b/src/portable/sony/cxd56/dcd_cxd56.c index 7fd630384..bcf94dc21 100644 --- a/src/portable/sony/cxd56/dcd_cxd56.c +++ b/src/portable/sony/cxd56/dcd_cxd56.c @@ -187,13 +187,6 @@ void dcd_set_address(uint8_t rhport, uint8_t dev_addr) (void) dev_addr; } -// Receive Set Config request -void dcd_set_config(uint8_t rhport, uint8_t config_num) -{ - (void) rhport; - (void) config_num; -} - void dcd_remote_wakeup(uint8_t rhport) { (void) rhport; |
