Skip to content

Commit

Permalink
extra
Browse files Browse the repository at this point in the history
  • Loading branch information
mcspr committed Oct 12, 2022
1 parent f146723 commit d05039c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def compile(tmp_dir, sketch, cache, ide_path, f, args):
['-libraries', args.library_path],
['-hardware', args.hardware_path]]
for flag, paths in flag_paths:
for path in paths:
for path in paths or []:
cmd += [flag, path]

# Debug=Serial,DebugLevel=Core____
Expand Down

0 comments on commit d05039c

Please sign in to comment.