Skip to content

Commit 85a7f61

Browse files
committed
Fix bin_to_board.py and make nw exectuable for Windows. Todo: *nix executables
1 parent 32c11f9 commit 85a7f61

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

tools/apollo3_scripts/sparkfun/artemis/artemis_bin_to_board.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ def connect_device(ser, args, verboseprint):
543543
# Size = 0 => We're not piggybacking any data to IMAGE command
544544
fill_word(update, 12, 0)
545545

546-
if send_ackd_command(update, ser) == False:
546+
if send_ackd_command(update, ser, verboseprint) == False:
547547
verboseprint("Failed to ack command")
548548
return
549549

0 commit comments

Comments
 (0)