make all python files executable and standardize interpreter

This commit is contained in:
Shawn Hoffman
2024-09-17 12:17:12 -07:00
parent f4dd176484
commit 616532892d
25 changed files with 23 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#! /usr/bin/env python3
#!/usr/bin/env python3
# Copyright (C) 2018 Sony Semiconductor Solutions Corp.
#

1
hw/mcu/sony/cxd56/tools/xmodem.py Normal file → Executable file
View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
'''
===============================
XMODEM file transfer protocol