diff options
| author | Ha Thach <[email protected]> | 2025-05-15 21:46:55 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-15 21:46:55 +0700 |
| commit | 9548d51c7ec3a2c8d42058e366561f7552cf1c1d (patch) | |
| tree | ee37ca90d37810ac82dafd8ff94993edaddfd1b9 /src/host/hub.c | |
| parent | 542e5b4550a01d034b78308d77c408ed89427513 (diff) | |
| parent | 38e5a67461cf7c819e845a110ef67184c2becbe4 (diff) | |
Merge pull request #3121 from hathach/bump-gcc14
Bump gcc14
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 0ed0e0c42..0b172a596 100644 --- a/src/host/hub.c +++ b/src/host/hub.c @@ -201,7 +201,6 @@ bool hub_port_get_status(uint8_t hub_addr, uint8_t hub_port, void* resp, bool hub_port_get_status_local(uint8_t hub_addr, uint8_t hub_port, hub_port_status_response_t* resp) { (void) hub_port; - TU_VERIFY(hub_addr > CFG_TUH_DEVICE_MAX); hub_interface_t* p_hub = get_hub_itf(hub_addr); *resp = p_hub->port_status; return true; |
