more clean up

This commit is contained in:
hathach
2018-07-13 14:26:40 +07:00
parent ffdd925854
commit 584b6f716d
5 changed files with 17 additions and 17 deletions

View File

@@ -94,12 +94,12 @@ void virtual_com_task(void)
//--------------------------------------------------------------------+
// tinyusb callbacks
//--------------------------------------------------------------------+
void tud_mount_cb(uint8_t port)
void tud_mount_cb(void)
{
}
void tud_umount_cb(uint8_t port)
void tud_umount_cb(void)
{
}

View File

@@ -95,12 +95,12 @@ void virtual_com_task(void)
//--------------------------------------------------------------------+
// tinyusb callbacks
//--------------------------------------------------------------------+
void tud_mount_cb(uint8_t rhport)
void tud_mount_cb(void)
{
}
void tud_umount_cb(uint8_t rhport)
void tud_umount_cb(void)
{
}