mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 15:23:57 -04:00
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:
parent
8e3bc87546
commit
5da30295ad
0
Tools/CPUInfo/output-PixFlamingo.txt
Executable file → Normal file
0
Tools/CPUInfo/output-PixFlamingo.txt
Executable file → Normal file
0
Tools/bootloaders/CubeOrange-bdshot_bl.hex
generated
Executable file → Normal file
0
Tools/bootloaders/CubeOrange-bdshot_bl.hex
generated
Executable file → Normal file
0
Tools/bootloaders/CubeOrange-periph_bl.hex
generated
Executable file → Normal file
0
Tools/bootloaders/CubeOrange-periph_bl.hex
generated
Executable file → Normal 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
|
||||
|
Loading…
Reference in New Issue
Block a user