Merge pull request #130 from kimmoli/msd_testhal

USB_MSD: Fix testhal according to msdStart() API change
This commit is contained in:
Uladzimir Pylinski 2017-10-14 10:27:31 +03:00 committed by GitHub
commit 406d932f09
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);
/*
*