mirror of
https://github.com/espressif/esptool.git
synced 2025-10-20 13:23:38 +08:00
fix(esptool): Remove the shebang from uf2_writer.py
This is not a script, so there' no need for it.
This commit is contained in:

committed by
Karolina Surma

parent
bff9334154
commit
45fbcddafb
@@ -1,5 +1,3 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
#
|
|
||||||
# SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD
|
# SPDX-FileCopyrightText: 2020-2023 Espressif Systems (Shanghai) CO LTD
|
||||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
# Code was originally licensed under Apache 2.0 before the release of ESP-IDF v5.2
|
# Code was originally licensed under Apache 2.0 before the release of ESP-IDF v5.2
|
||||||
|
Reference in New Issue
Block a user