Browse Source

Added port 3 for Mavlink.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@2220 f9c3cf11-9bcb-44bc-f272-b75c42450872
mission-4.1.18
jasonshort 14 years ago
parent
commit
3cfd3bc527
  1. 4
      ArduCopterMega/config.h

4
ArduCopterMega/config.h

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

Loading…
Cancel
Save