diff options
| author | hathach <[email protected]> | 2018-12-07 14:57:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-07 14:57:58 +0700 |
| commit | 366ab797769b77dbf353b101ba862b20084dbc02 (patch) | |
| tree | 9b742c44b00412b0d97068d1c0daa573c2c6c338 /src/host/hub.c | |
| parent | d524da0c941783887eaea968e5e7f8cb63313451 (diff) | |
able to build host hid
Diffstat (limited to 'src/host/hub.c')
| -rw-r--r-- | src/host/hub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/host/hub.c b/src/host/hub.c index 82ad2ba17..28814ebd7 100644 --- a/src/host/hub.c +++ b/src/host/hub.c @@ -105,7 +105,6 @@ bool hub_port_clear_feature_subtask(uint8_t hub_addr, uint8_t hub_port, uint8_t bool hub_port_reset_subtask(uint8_t hub_addr, uint8_t hub_port)
{
enum { RESET_DELAY = 200 }; // USB specs say only 50ms but many devices require much longer
- tusb_error_t error;
//------------- Set Port Reset -------------//
tusb_control_request_t request = {
|
