File tree 2 files changed +10
-10
lines changed
shared-bindings/bitmaptools 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 39
39
#if MICROPY_VFS
40
40
#include "extmod/vfs.h"
41
41
#endif
42
- #if MICROPY_VFS_POSIX
42
+ #if defined( MICROPY_VFS_POSIX ) && MICROPY_VFS_POSIX
43
43
#include "extmod/vfs_posix.h"
44
44
#endif
45
45
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ ame__
30
30
mport
31
31
32
32
builtins 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
42
42
ime
43
43
44
44
utime utimeq
You can’t perform that action at this time.
0 commit comments