aboutsummaryrefslogtreecommitdiff
path: root/stmhal/usbd_msc_storage.c
diff options
context:
space:
mode:
authorDamien George2014-03-22 12:32:54 +0000
committerDamien George2014-03-22 12:32:54 +0000
commitfb25c2d95f2c2e9e5fdf372caa16398eafe3910d (patch)
tree62f5ad5d68ad63f2b189ba91c424ae3a49ece08f /stmhal/usbd_msc_storage.c
parentb32db4e1ad381edaaf91320cb2830e4a1b151863 (diff)
stmhal: USB CDC and MSC device work together.
Diffstat (limited to 'stmhal/usbd_msc_storage.c')
-rw-r--r--stmhal/usbd_msc_storage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/usbd_msc_storage.c b/stmhal/usbd_msc_storage.c
index e5c75e27c..ce6d3a560 100644
--- a/stmhal/usbd_msc_storage.c
+++ b/stmhal/usbd_msc_storage.c
@@ -27,7 +27,7 @@
******************************************************************************
*/
-#include "usbd_msc.h"
+#include "usbd_cdc_msc.h"
#include "usbd_msc_storage.h"
#include "misc.h"