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 #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

View File

@ -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