diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-11-25 00:43:11 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-11-25 13:19:36 +0200 |
commit | 3a1bbcc2ef46bbab90ef3cde88dfcd8810e71d74 (patch) | |
tree | 7267596d43606e8bd6b22eea57d580ce2dcb9280 /stmhal/diskio.c | |
parent | c8437f97ae1b9849bbb8e3abbf82a832cc901622 (diff) |
extmod: Move fsusermount.c from stmhal for cross-port reuse.
Diffstat (limited to 'stmhal/diskio.c')
-rw-r--r-- | stmhal/diskio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/diskio.c b/stmhal/diskio.c index 8c8c8ee15..6d0a8b40c 100644 --- a/stmhal/diskio.c +++ b/stmhal/diskio.c @@ -38,7 +38,7 @@ #include "rtc.h" #include "storage.h" #include "sdcard.h" -#include "fsusermount.h" +#include "extmod/fsusermount.h" const PARTITION VolToPart[] = { {0, 1}, // Logical drive 0 ==> Physical drive 0, 1st partition |