fix build

This commit is contained in:
Jeff Epler 2021-11-12 11:03:45 -06:00
parent d55388a17d
commit 167665f8b7
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
2 changed files with 10 additions and 10 deletions

View File

@ -39,7 +39,7 @@
#if MICROPY_VFS
#include "extmod/vfs.h"
#endif
#if MICROPY_VFS_POSIX
#if defined(MICROPY_VFS_POSIX) && MICROPY_VFS_POSIX
#include "extmod/vfs_posix.h"
#endif

View File

@ -30,15 +30,15 @@ ame__
mport
builtins micropython _thread array
binascii btree cexample cmath
collections cppexample displayio errno
ffi framebuf gc gifio
hashlib json math qrio
re sys termios ubinascii
uctypes uerrno uheapq uio
ujson ulab uos urandom
ure uselect ustruct utime
utimeq uzlib
binascii bitmaptools btree cexample
cmath collections cppexample displayio
errno ffi framebuf gc
gifio hashlib json math
qrio re sys termios
ubinascii uctypes uerrno uheapq
uio ujson ulab uos
urandom ure uselect ustruct
utime utimeq uzlib
ime
utime utimeq