Tools: Remove executable permissions and add missing shebang

* Hex files should not be executable
* .txt files should not be executable
* The DDS test listener was supposed to be executable but was missing a shebang

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2023-08-21 20:24:39 -06:00 committed by Peter Barker
parent 8e3bc87546
commit 5da30295ad
4 changed files with 1 additions and 0 deletions

0
Tools/CPUInfo/output-PixFlamingo.txt Executable file → Normal file
View File

0
Tools/bootloaders/CubeOrange-bdshot_bl.hex generated Executable file → Normal file
View File

0
Tools/bootloaders/CubeOrange-periph_bl.hex generated Executable file → Normal file
View File

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python3
# Copyright 2023 ArduPilot.org.
#
# This program is free software: you can redistribute it and/or modify