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:
analoguedevices@gmail.com 2011-05-09 02:38:36 +00:00
parent 985db37162
commit d488c1bf58
1 changed files with 4 additions and 3 deletions

View File

@ -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.