You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
361 B
15 lines
361 B
14 years ago
|
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*-
|
||
14 years ago
|
|
||
|
|
||
|
#define HIL_PROTOCOL HIL_PROTOCOL_XPLANE
|
||
|
#define HIL_MODE HIL_MODE_ATTITUDE
|
||
|
#define HIL_PORT 0
|
||
|
|
||
|
#define GCS_PROTOCOL GCS_PROTOCOL_MAVLINK
|
||
|
#define GCS_PORT 3
|
||
|
|
||
|
#define AIRSPEED_CRUISE 25
|
||
|
|
||
|
#define THROTTLE_FAILSAFE ENABLED
|
||
|
#define AIRSPEED_SENSOR ENABLED
|