USB_MSD: Fix testhal according to msdStart() API change

This commit is contained in:
Kimmo Lindholm 2017-10-13 20:57:58 +03:00
parent 921d233cdd
commit 630043a63f
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ int main(void) {
* start mass storage
*/
msdObjectInit(&USBMSD1);
msdStart(&USBMSD1, &USBD1, (BaseBlockDevice *)&ramdisk, blkbuf, NULL);
msdStart(&USBMSD1, &USBD1, (BaseBlockDevice *)&ramdisk, blkbuf, NULL, NULL);
/*
*