8000 fix build · jcbender/circuitpython@167665f · GitHub
[go: up one dir, main page]

Skip to content

Commit 167665f

Browse files
committed
fix build
1 parent d55388a commit 167665f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

shared-bindings/bitmaptools/__init__.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
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

tests/unix/extra_coverage.py.exp

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ ame__
3030
mport
3131

3232
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
4242
ime
4343

4444
utime utimeq

0 commit comments

Comments
 (0)
0