aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/src/usbh/hal_usbh_msd.c
diff options
context:
space:
mode:
authorKonstantin Oblaukhov <oblaukhov.konstantin@gmail.com>2018-09-24 20:29:02 +0700
committerKonstantin Oblaukhov <oblaukhov.konstantin@gmail.com>2018-09-24 20:29:02 +0700
commit7ab18994e7ac71872b9aa4684546dffe01c5c3f0 (patch)
tree9ed6a9c36f75894743527c21a982ef4aa8b84302 /os/hal/src/usbh/hal_usbh_msd.c
parentccfc9108293123edf1de4ca38dd7876d2d357206 (diff)
downloadChibiOS-Contrib-7ab18994e7ac71872b9aa4684546dffe01c5c3f0.tar.gz
ChibiOS-Contrib-7ab18994e7ac71872b9aa4684546dffe01c5c3f0.tar.bz2
ChibiOS-Contrib-7ab18994e7ac71872b9aa4684546dffe01c5c3f0.zip
Adopt sources to new HAL.
Diffstat (limited to 'os/hal/src/usbh/hal_usbh_msd.c')
-rw-r--r--os/hal/src/usbh/hal_usbh_msd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/os/hal/src/usbh/hal_usbh_msd.c b/os/hal/src/usbh/hal_usbh_msd.c
index 7233a0b..fe97ff0 100644
--- a/os/hal/src/usbh/hal_usbh_msd.c
+++ b/os/hal/src/usbh/hal_usbh_msd.c
@@ -683,6 +683,7 @@ static msd_result_t scsi_write10(USBHMassStorageLUNDriver *lunp, uint32_t lba, u
USBHMassStorageLUNDriver MSBLKD[HAL_USBHMSD_MAX_LUNS];
static const struct USBHMassStorageDriverVMT blk_vmt = {
+ (size_t)0,
(bool (*)(void *))usbhmsdLUNIsInserted,
(bool (*)(void *))usbhmsdLUNIsProtected,
(bool (*)(void *))usbhmsdLUNConnect,