mirror of https://github.com/ArduPilot/ardupilot
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
|
||||
DESCRIPTION "Programming upload port?"
|
||||
DEFAULT "/dev/ttyUSB0")
|
||||
DEFAULT "/dev/ttyACM0")
|
||||
|
||||
apm_option("APM_HARDWARE" TYPE STRING
|
||||
DESCRIPTION "APM Hardware?"
|
||||
|
|
Loading…
Reference in New Issue