diff options
| author | hathach <[email protected]> | 2021-05-22 21:48:42 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-22 21:48:42 +0700 |
| commit | df65c35b31581881b2bf49d9e16608d46f98fe4b (patch) | |
| tree | 4e8bf98198602217cf13f06c23f88cc1533fe446 /src/class/msc/msc_host.h | |
| parent | 63c57ed1a4285671ba38d87b8b77fd68c55880e6 (diff) | |
implement hid host set report with control transfer
rename mount, umount callback
Diffstat (limited to 'src/class/msc/msc_host.h')
| -rw-r--r-- | src/class/msc/msc_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/msc/msc_host.h b/src/class/msc/msc_host.h index 7ebc9b5a8..b5ffcd401 100644 --- a/src/class/msc/msc_host.h +++ b/src/class/msc/msc_host.h @@ -109,7 +109,7 @@ bool tuh_msc_read_capacity(uint8_t dev_addr, uint8_t lun, scsi_read_capacity10_r TU_ATTR_WEAK void tuh_msc_mount_cb(uint8_t dev_addr); // Invoked when a device with MassStorage interface is unmounted -TU_ATTR_WEAK void tuh_msc_unmount_cb(uint8_t dev_addr); +TU_ATTR_WEAK void tuh_msc_umount_cb(uint8_t dev_addr); //--------------------------------------------------------------------+ // Internal Class Driver API |
