mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-20 18:40:57 +00:00
clean up
This commit is contained in:
parent
a623f0c179
commit
ffdd925854
@ -103,7 +103,7 @@ void tud_umount_cb(uint8_t port)
|
||||
{
|
||||
}
|
||||
|
||||
void tud_cdc_rx_cb(uint8_t port)
|
||||
void tud_cdc_rx_cb(uint8_t itf)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -95,16 +95,16 @@ void virtual_com_task(void)
|
||||
//--------------------------------------------------------------------+
|
||||
// tinyusb callbacks
|
||||
//--------------------------------------------------------------------+
|
||||
void tud_mount_cb(uint8_t port)
|
||||
void tud_mount_cb(uint8_t rhport)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
void tud_umount_cb(uint8_t port)
|
||||
void tud_umount_cb(uint8_t rhport)
|
||||
{
|
||||
}
|
||||
|
||||
void tud_cdc_rx_cb(uint8_t port)
|
||||
void tud_cdc_rx_cb(uint8_t itf)
|
||||
{
|
||||
}
|
||||
|
||||
|
@ -67,7 +67,7 @@ void cdc_serial_app_umount(uint8_t rhport)
|
||||
|
||||
}
|
||||
|
||||
void tud_cdc_rx_cb(uint8_t rhport)
|
||||
void tud_cdc_rx_cb(uint8_t itf)
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user