rename hcd_device_remove to hcd_device_close
This commit is contained in:
@@ -108,8 +108,8 @@ bool hcd_port_connect_status(uint8_t hostid);
|
||||
void hcd_port_reset(uint8_t hostid);
|
||||
tusb_speed_t hcd_port_speed_get(uint8_t hostid);
|
||||
|
||||
// HCD closs all opened endpoints belong to this device
|
||||
void hcd_device_remove(uint8_t rhport, uint8_t dev_addr);
|
||||
// HCD closes all opened endpoints belong to this device
|
||||
void hcd_device_close(uint8_t rhport, uint8_t dev_addr);
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// Event function
|
||||
|
||||
Reference in New Issue
Block a user