From 3a1bbcc2ef46bbab90ef3cde88dfcd8810e71d74 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Wed, 25 Nov 2015 00:43:11 +0200 Subject: extmod: Move fsusermount.c from stmhal for cross-port reuse. --- stmhal/modpyb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stmhal/modpyb.c') 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" -- cgit v1.2.3