mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Changed default cmake port for ArduPlane.
This commit is contained in:
parent
0e7e77760a
commit
0f90164f03
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
apm_option("APM_PROGRAMMING_PORT" TYPE STRING
|
apm_option("APM_PROGRAMMING_PORT" TYPE STRING
|
||||||
DESCRIPTION "Programming upload port?"
|
DESCRIPTION "Programming upload port?"
|
||||||
DEFAULT "/dev/ttyUSB0")
|
DEFAULT "/dev/ttyACM0")
|
||||||
|
|
||||||
apm_option("APM_HARDWARE" TYPE STRING
|
apm_option("APM_HARDWARE" TYPE STRING
|
||||||
DESCRIPTION "APM Hardware?"
|
DESCRIPTION "APM Hardware?"
|
||||||
|
Loading…
Reference in New Issue
Block a user