summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-04-17 13:52:34 +0700
committerhathach <[email protected]>2020-04-17 13:52:34 +0700
commit6f9c256ad0e6b030468bd8a8fbfd41801b70a69a (patch)
tree837b018d6f1526b64f0372cb24ddea1ec6e9bf16 /src/device
parent05476d9ad72321aa6e57ff5acbc4b25e1366fead (diff)
complete remove dcd_set_config(), fix unit test
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dcd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index 99a0e01ca..68798c259 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -100,9 +100,6 @@ void dcd_int_disable(uint8_t rhport);
// Receive Set Address request, mcu port must also include status IN response
void dcd_set_address(uint8_t rhport, uint8_t dev_addr);
-// Receive Set Configure request
-void dcd_set_config (uint8_t rhport, uint8_t config_num);
-
// Wake up host
void dcd_remote_wakeup(uint8_t rhport);