From 630043a63f9a9b194d3ebf18b3e2b339f47ee718 Mon Sep 17 00:00:00 2001 From: Kimmo Lindholm Date: Fri, 13 Oct 2017 20:57:58 +0300 Subject: USB_MSD: Fix testhal according to msdStart() API change --- testhal/STM32/STM32F7xx/USB_MSD/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/STM32/STM32F7xx') diff --git a/testhal/STM32/STM32F7xx/USB_MSD/main.c b/testhal/STM32/STM32F7xx/USB_MSD/main.c index cae2b74..87ca8d2 100644 --- a/testhal/STM32/STM32F7xx/USB_MSD/main.c +++ b/testhal/STM32/STM32F7xx/USB_MSD/main.c @@ -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); /* * -- cgit v1.2.3