mirror of https://github.com/ArduPilot/ardupilot
Reverting assignment of MAVlink to Port 3 because it kills MAVLink on Port 0
git-svn-id: https://arducopter.googlecode.com/svn/trunk@2226 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
985db37162
commit
d488c1bf58
|
@ -124,9 +124,10 @@
|
|||
# define GCS_PROTOCOL GCS_PROTOCOL_MAVLINK
|
||||
#endif
|
||||
|
||||
#ifndef GCS_PORT
|
||||
# define GCS_PORT 3
|
||||
#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
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// Serial port speeds.
|
||||
|
|
Loading…
Reference in New Issue