mirror of
https://github.com/hathach/tinyusb.git
synced 2026-03-30 11:23:34 +00:00
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