Skip to content

Commit

Permalink
Update rtt_flash_loader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ldab authored Aug 4, 2024
1 parent 7094253 commit 3fdf7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/rtt_flash_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def erase_external_flash(target_device, jlink_speed="auto"):
sys.exit(1)
print("Done. Reset into flash loader mode...")
jlink.reset(0, False)
print("Done. Wait for watch ti reboot...")
print("Done. Wait for watch to reboot...")


if __name__ == "__main__":
Expand Down

0 comments on commit 3fdf7d0

Please sign in to comment.