rename host API to be consistent with naming on device stack
- tuh_device_get_speed() to tuh_speed_get() - tuh_device_configured() to tuh_mounted() - tuh_device_ready() to tuh_ready()
This commit is contained in:
		@@ -87,7 +87,7 @@ static bool need_pre(uint8_t dev_addr)
 | 
			
		||||
{
 | 
			
		||||
    // If this device is different to the speed of the root device
 | 
			
		||||
    // (i.e. is a low speed device on a full speed hub) then need pre
 | 
			
		||||
    return hcd_port_speed_get(0) != tuh_device_get_speed(dev_addr);
 | 
			
		||||
    return hcd_port_speed_get(0) != tuh_speed_get(dev_addr);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
static void hw_xfer_complete(struct hw_endpoint *ep, xfer_result_t xfer_result)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user