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/modpyb.c | |
parent | c8437f97ae1b9849bbb8e3abbf82a832cc901622 (diff) |
extmod: Move fsusermount.c from stmhal for cross-port reuse.
Diffstat (limited to 'stmhal/modpyb.c')
-rw-r--r-- | stmhal/modpyb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stmhal/modpyb.c b/stmhal/modpyb.c index e8dcd57a0..be71f3f80 100644 --- a/stmhal/modpyb.c +++ b/stmhal/modpyb.c @@ -33,6 +33,7 @@ #include "py/nlr.h" #include "py/obj.h" #include "py/gc.h" +#include "py/builtin.h" #include "lib/utils/pyexec.h" #include "lib/fatfs/ff.h" #include "lib/fatfs/diskio.h" @@ -58,7 +59,6 @@ #include "dac.h" #include "lcd.h" #include "usb.h" -#include "fsusermount.h" #include "portmodules.h" #include "modmachine.h" |