implement hid host set report with control transfer
rename mount, umount callback
This commit is contained in:
@@ -80,7 +80,7 @@ void tuh_msc_mount_cb(uint8_t dev_addr)
|
||||
// }
|
||||
}
|
||||
|
||||
void tuh_msc_unmount_cb(uint8_t dev_addr)
|
||||
void tuh_msc_umount_cb(uint8_t dev_addr)
|
||||
{
|
||||
(void) dev_addr;
|
||||
printf("A MassStorage device is unmounted\r\n");
|
||||
|
Reference in New Issue
Block a user