diff options
| author | hathach <[email protected]> | 2018-11-14 23:39:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-14 23:39:58 +0700 |
| commit | 95cd6c3a2f01ec418de6bf7534c519dd53943503 (patch) | |
| tree | ccadd6fbeadd9186ce15746620bb7ea45bc63d55 /src/device/control.c | |
| parent | 5757918df4a3cc4561775db61d9f720df8b23c31 (diff) | |
remove control from class driver array
Diffstat (limited to 'src/device/control.c')
| -rw-r--r-- | src/device/control.c | 3 |
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)
|
