From 08c7f7887fa0481669ef4bbd189739ae797ab445 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 3 Feb 2019 22:17:46 -0500 Subject: [PATCH] Migrate to Chibios 18 stable #631 --- firmware/hw_layer/mmc_card.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/hw_layer/mmc_card.cpp b/firmware/hw_layer/mmc_card.cpp index 6060ce47a4..897840fa54 100644 --- a/firmware/hw_layer/mmc_card.cpp +++ b/firmware/hw_layer/mmc_card.cpp @@ -24,7 +24,6 @@ #include "hardware.h" #include "engine_configuration.h" #include "status_loop.h" -#include "hal_usb_msd.h" #include "usb_msd_cfg.h" #include "rtc_helper.h" @@ -53,6 +52,7 @@ EXTERN_ENGINE; #define FILE_LIST_MAX_COUNT 20 #if HAL_USE_USB_MSD +#include "hal_usb_msd.h" #if STM32_USB_USE_OTG2 USBDriver *usb_driver = &USBD2; #else