configure hid_to_cdc example to build with rp2040 with pio usb as host
This commit is contained in:
		| @@ -630,7 +630,7 @@ static bool usbh_control_xfer_cb (uint8_t dev_addr, uint8_t ep_addr, xfer_result | ||||
|  | ||||
|   if (XFER_RESULT_SUCCESS != result) | ||||
|   { | ||||
|     TU_LOG2("[%u:%u] Control %s\r\n", rhport, dev_addr, result == XFER_RESULT_STALLED ? "STALLED" : "FAILED"); | ||||
|     TU_LOG1("[%u:%u] Control %s\r\n", rhport, dev_addr, result == XFER_RESULT_STALLED ? "STALLED" : "FAILED"); | ||||
|  | ||||
|     // terminate transfer if any stage failed | ||||
|     _xfer_complete(dev_addr, result); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach