Tools: Remove hard-coded path to MAVProxy

This commit is contained in:
Stephen 2018-11-22 16:09:00 +11:00 committed by Andrew Tridgell
parent ca4d28200b
commit a4243d9c7c

View File

@ -609,7 +609,7 @@ def start_mavproxy(opts, stuff):
if under_cygwin():
cmd.append("/usr/bin/cygstart")
cmd.append("-w")
cmd.append("/cygdrive/c/Program Files (x86)/MAVProxy/mavproxy.exe")
cmd.append("mavproxy.exe")
else:
cmd.append("mavproxy.py")