diff options
Diffstat (limited to 'hw')
| -rwxr-xr-x[-rw-r--r--] | hw/bsp/fomu/dfu.py | 2 | ||||
| -rwxr-xr-x | hw/mcu/sony/cxd56/tools/flash_writer.py | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | hw/mcu/sony/cxd56/tools/xmodem.py | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/hw/bsp/fomu/dfu.py b/hw/bsp/fomu/dfu.py index 32479350c..8383852e3 100644..100755 --- a/hw/bsp/fomu/dfu.py +++ b/hw/bsp/fomu/dfu.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 # Written by Antonio Galea - 2010/11/18 # Updated for DFU 1.1 by Sean Cross - 2020/03/31 diff --git a/hw/mcu/sony/cxd56/tools/flash_writer.py b/hw/mcu/sony/cxd56/tools/flash_writer.py index bf630547a..387e679da 100755 --- a/hw/mcu/sony/cxd56/tools/flash_writer.py +++ b/hw/mcu/sony/cxd56/tools/flash_writer.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python3 +#!/usr/bin/env python3 # Copyright (C) 2018 Sony Semiconductor Solutions Corp. # diff --git a/hw/mcu/sony/cxd56/tools/xmodem.py b/hw/mcu/sony/cxd56/tools/xmodem.py index 60fcc952c..3ee2698f7 100644..100755 --- a/hw/mcu/sony/cxd56/tools/xmodem.py +++ b/hw/mcu/sony/cxd56/tools/xmodem.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 ''' =============================== XMODEM file transfer protocol |
