Skip to content

Commit

Permalink
Fixes scarv#19
Browse files Browse the repository at this point in the history
  • Loading branch information
scottwedge committed May 9, 2020
1 parent 2cbb999 commit 6e29e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/upload-program.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def main():
else:
print(line)
print(type(line))
raise Exception("FSBL not ready to recieve data")
raise Exception("FSBL not ready to receive data")

print("Programming %s, size=%d, start=%s" % (
args.binary,fsize,args.start))
Expand Down

0 comments on commit 6e29e7a

Please sign in to comment.