fix uint32_t format with log
This commit is contained in:
		| @@ -421,7 +421,7 @@ void tud_task (void) | ||||
|         uint8_t const epnum   = tu_edpt_number(ep_addr); | ||||
|         uint8_t const ep_dir  = tu_edpt_dir(ep_addr); | ||||
|  | ||||
|         TU_LOG2("  Endpoint: 0x%02X, Bytes: %lu\r\n", ep_addr, event.xfer_complete.len); | ||||
|         TU_LOG2("  Endpoint: 0x%02X, Bytes: %u\r\n", ep_addr, (unsigned int) event.xfer_complete.len); | ||||
|  | ||||
|         _usbd_dev.ep_status[epnum][ep_dir].busy = false; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach