Skip to content

Commit

Permalink
mavproxy.py: Make mavproxy executable directly
Browse files Browse the repository at this point in the history
* ./MAVProxy/mavproxy.py --help

Signed-off-by: Ryan Friedman <[email protected]>
  • Loading branch information
Ryanf55 committed Nov 15, 2024
1 parent c3fc4c1 commit 0bdc77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MAVProxy/mavproxy.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
'''
mavproxy - a MAVLink proxy program
Expand Down

0 comments on commit 0bdc77e

Please sign in to comment.