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
|
||||
|
||||
//Chris: Commenting out assignment of GCS to port 3 because it kills MAVLink on Port 0
|
||||
/ #ifndef GCS_PORT
|
||||
/ # define GCS_PORT 3
|
||||
/ #endif
|
||||
// #ifndef GCS_PORT
|
||||
// # define GCS_PORT 3
|
||||
// #endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// Serial port speeds.
|
||||
|
|
Loading…
Reference in New Issue