diff options
Diffstat (limited to 'bin')
| -rwxr-xr-x[-rw-r--r--] | bin/flash-1616.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/flash-1616.py b/bin/flash-1616.py index 6b3e2ee..f431b3a 100644..100755 --- a/bin/flash-1616.py +++ b/bin/flash-1616.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 # Use with Python3, make sure to have the pymcuprog module installed (via pip) # Read out the pymcuprog version @@ -73,4 +74,5 @@ print("Writing complete.") print("Verifying the write... ") verify_status = backend.verify_hex(hexfile) if verify_status is True: - print("Verification successful!")
\ No newline at end of file + print("Verification successful!") + |
