summaryrefslogtreecommitdiff
path: root/src/device/control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/control.c')
-rw-r--r--src/device/control.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device/control.c b/src/device/control.c
index 26dd8fb35..35ae536e1 100644
--- a/src/device/control.c
+++ b/src/device/control.c
@@ -54,9 +54,6 @@ void controld_reset(uint8_t rhport) {
control_state.current_stage = CONTROL_STAGE_SETUP;
}
-void controld_init(void) {
-}
-
// Helper to send STATUS (zero length) packet
// Note dir is value of direction bit in setup packet (i.e DATA stage direction)
static inline bool dcd_control_status(uint8_t rhport, uint8_t dir)