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.
14 lines
361 B
14 lines
361 B
// -*- tab-width: 4; Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil -*- |
|
|
|
|
|
#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
|
|
|