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 authored and peterbarker committed Nov 18, 2024
1 parent d793ed5 commit 5208551
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 5208551

Please sign in to comment.