summaryrefslogtreecommitdiffstatshomepage
path: root/stmhal/stm32f4xx_hal_msp.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-03-22 12:46:23 +0000
committerDamien George <damien.p.george@gmail.com>2014-03-22 12:46:23 +0000
commita6787edcea4ff1aa6113eff85c3b866ae0c6cb8c (patch)
tree763bb0d6ef3a4642aa585564d9d85e09bf9a4cb2 /stmhal/stm32f4xx_hal_msp.c
parentc2a4cb4f04c82d7e283fd7af9609230ae46eb5a2 (diff)
downloadmicropython-a6787edcea4ff1aa6113eff85c3b866ae0c6cb8c.tar.gz
micropython-a6787edcea4ff1aa6113eff85c3b866ae0c6cb8c.zip
stmhal: Tidy up USB device configuration. Make it use less RAM.
Diffstat (limited to 'stmhal/stm32f4xx_hal_msp.c')
-rw-r--r--stmhal/stm32f4xx_hal_msp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/stm32f4xx_hal_msp.c b/stmhal/stm32f4xx_hal_msp.c
index f5611e1082..816b1427e9 100644
--- a/stmhal/stm32f4xx_hal_msp.c
+++ b/stmhal/stm32f4xx_hal_msp.c
@@ -47,7 +47,7 @@
/* Includes ------------------------------------------------------------------*/
#include "stm32f4xx_hal.h"
-#include "usbd_cdc.h"
+#include "usbd_cdc_msc.h"
#include "usbd_cdc_interface.h"
/** @addtogroup STM32F4xx_HAL_Driver