Added port 3 for Mavlink.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2220 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
jasonshort 2011-05-08 17:48:54 +00:00
parent 065ff44dab
commit 3cfd3bc527
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@
# define GCS_PROTOCOL GCS_PROTOCOL_MAVLINK # define GCS_PROTOCOL GCS_PROTOCOL_MAVLINK
#endif #endif
#ifndef GCS_PORT
# define GCS_PORT 3
#endif
////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////
// Serial port speeds. // Serial port speeds.
// //