rename coreid to port
This commit is contained in:
		| @@ -94,16 +94,16 @@ void virtual_com_task(void) | ||||
| //--------------------------------------------------------------------+ | ||||
| // tinyusb callbacks | ||||
| //--------------------------------------------------------------------+ | ||||
| void tud_mount_cb(uint8_t coreid) | ||||
| void tud_mount_cb(uint8_t port) | ||||
| { | ||||
|  | ||||
| } | ||||
|  | ||||
| void tud_umount_cb(uint8_t coreid) | ||||
| void tud_umount_cb(uint8_t port) | ||||
| { | ||||
| } | ||||
|  | ||||
| void tud_cdc_rx_cb(uint8_t coreid) | ||||
| void tud_cdc_rx_cb(uint8_t port) | ||||
| { | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach