File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
shared-bindings/bitmaptools Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3939#if MICROPY_VFS
4040#include "extmod/vfs.h"
4141#endif
42- #if MICROPY_VFS_POSIX
42+ #if defined( MICROPY_VFS_POSIX ) && MICROPY_VFS_POSIX
4343#include "extmod/vfs_posix.h"
4444#endif
4545
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ ame__
3030mport
3131
3232builtins micropython _thread array
33- binascii btree cexample cmath
34- collections cppexample displayio errno
35- ffi framebuf gc gifio
36- hashlib json math qrio
37- re sys termios ubinascii
38- uctypes uerrno uheapq uio
39- ujson ulab uos urandom
40- ure uselect ustruct utime
41- utimeq uzlib
33+ binascii bitmaptools btree cexample
34+ cmath collections cppexample displayio
35+ errno ffi framebuf gc
36+ gifio hashlib json math
37+ qrio re sys termios
38+ ubinascii uctypes uerrno uheapq
39+ uio ujson ulab uos
40+ urandom ure uselect ustruct
41+ utime utimeq uzlib
4242ime
4343
4444utime utimeq
You can’t perform that action at this time.
0 commit comments