From d3d29ea2c08595d8a42d36a986f24e5b5afebd41 Mon Sep 17 00:00:00 2001 From: Selene ToyKeeper Date: Tue, 2 May 2023 05:23:22 -0600 Subject: bin/flash-1616.py: added shebang header and +x bit --- bin/flash-1616.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) mode change 100644 => 100755 bin/flash-1616.py diff --git a/bin/flash-1616.py b/bin/flash-1616.py old mode 100644 new mode 100755 index 6b3e2ee..f431b3a --- 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!") + -- cgit v1.2.3