fix build
This commit is contained in:
parent
d55388a17d
commit
167665f8b7
|
@ -39,7 +39,7 @@
|
||||||
#if MICROPY_VFS
|
#if MICROPY_VFS
|
||||||
#include "extmod/vfs.h"
|
#include "extmod/vfs.h"
|
||||||
#endif
|
#endif
|
||||||
#if MICROPY_VFS_POSIX
|
#if defined(MICROPY_VFS_POSIX) && MICROPY_VFS_POSIX
|
||||||
#include "extmod/vfs_posix.h"
|
#include "extmod/vfs_posix.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -30,15 +30,15 @@ ame__
|
||||||
mport
|
mport
|
||||||
|
|
||||||
builtins micropython _thread array
|
builtins micropython _thread array
|
||||||
binascii btree cexample cmath
|
binascii bitmaptools btree cexample
|
||||||
collections cppexample displayio errno
|
cmath collections cppexample displayio
|
||||||
ffi framebuf gc gifio
|
errno ffi framebuf gc
|
||||||
hashlib json math qrio
|
gifio hashlib json math
|
||||||
re sys termios ubinascii
|
qrio re sys termios
|
||||||
uctypes uerrno uheapq uio
|
ubinascii uctypes uerrno uheapq
|
||||||
ujson ulab uos urandom
|
uio ujson ulab uos
|
||||||
ure uselect ustruct utime
|
urandom ure uselect ustruct
|
||||||
utimeq uzlib
|
utime utimeq uzlib
|
||||||
ime
|
ime
|
||||||
|
|
||||||
utime utimeq
|
utime utimeq
|
||||||
|
|
Loading…
Reference in New Issue