diff options
author | Damien George <damien.p.george@gmail.com> | 2014-03-22 12:46:23 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-03-22 12:46:23 +0000 |
commit | a6787edcea4ff1aa6113eff85c3b866ae0c6cb8c (patch) | |
tree | 763bb0d6ef3a4642aa585564d9d85e09bf9a4cb2 /stmhal/stm32f4xx_hal_msp.c | |
parent | c2a4cb4f04c82d7e283fd7af9609230ae46eb5a2 (diff) | |
download | micropython-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.c | 2 |
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
|