remove control from class driver array

This commit is contained in:
hathach
2018-11-14 23:39:58 +07:00
parent 5757918df4
commit 95cd6c3a2f
3 changed files with 11 additions and 20 deletions

View File

@@ -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)