Skip to content

Commit 4ae4a54

Browse files
committed
working on being able to share the SPI Bus
1 parent bc8c099 commit 4ae4a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/macOS.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def build_commands(_, extra_args, script_dir, lv_cflags, board):
8080
'-Wno-unused-function '
8181
'-Wno-double-promotion '
8282
'-Wno-unused-command-line-argument '
83-
'-Wno-missing-field-initializers'
83+
'-Wno-missing-field-initializers '
8484
f'-I{script_dir}/micropy_updates/common"'
8585
# 'export CPPFLAGS="-I/opt/homebrew/opt/libffi/include"'
8686
)

0 commit comments

Comments
 (0)