diff options
| author | Andrzej Tokarski <[email protected]> | 2022-11-21 21:45:10 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-11-21 21:45:10 +0100 |
| commit | b41f5eadb3143d0bfaf211d9bc84c95e5d623c29 (patch) | |
| tree | 313da7c8988a2b443e6ab5647fa1177e84e424a6 /src/class | |
| parent | 89eac75085134d570dc26dffaf3d8f204aef5359 (diff) | |
| parent | 4a2e424103b0a2626a6cb464a350c68ae109cc7e (diff) | |
Merge branch 'master' into midihost
Diffstat (limited to 'src/class')
| -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 7718ad4fe..8d95980f9 100644 --- a/src/class/msc/msc_host.h +++ b/src/class/msc/msc_host.h @@ -82,7 +82,7 @@ bool tuh_msc_request_sense(uint8_t dev_addr, uint8_t lun, void *resposne, tuh_ms // Perform SCSI Read 10 command. Read n blocks starting from LBA to buffer // Complete callback is invoked when SCSI op is complete. -bool tuh_msc_read10(uint8_t dev_addr, uint8_t lun, void * buffer, uint32_t lba, uint16_t block_count, tuh_msc_complete_cb_t complete_cb); +bool tuh_msc_read10(uint8_t dev_addr, uint8_t lun, void * buffer, uint32_t lba, uint16_t block_count, tuh_msc_complete_cb_t complete_cb); // Perform SCSI Write 10 command. Write n blocks starting from LBA to device // Complete callback is invoked when SCSI op is complete. |
