mirror of https://github.com/ArduPilot/ardupilot
typo fix
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2227 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
d488c1bf58
commit
f85edbee36
|
@ -125,9 +125,9 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//Chris: Commenting out assignment of GCS to port 3 because it kills MAVLink on Port 0
|
//Chris: Commenting out assignment of GCS to port 3 because it kills MAVLink on Port 0
|
||||||
/ #ifndef GCS_PORT
|
// #ifndef GCS_PORT
|
||||||
/ # define GCS_PORT 3
|
// # define GCS_PORT 3
|
||||||
/ #endif
|
// #endif
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////////
|
||||||
// Serial port speeds.
|
// Serial port speeds.
|
||||||
|
|
Loading…
Reference in New Issue