Fixed condition for `fixedwing_althold_reversed`.

This commit is contained in:
mikeller 2017-12-03 12:28:18 +13:00
parent bd1413839b
commit 299f2565c0
1 changed files with 1 additions and 1 deletions

View File

@ -564,7 +564,7 @@ const clivalue_t valueTable[] = {
#endif
// PG_AIRPLANE_CONFIG
#if defined(USE_BARO) || defined(USE_SONAR)
#if defined(USE_ALT_HOLD)
{ "fixedwing_althold_reversed", VAR_INT8 | MASTER_VALUE | MODE_LOOKUP, .config.lookup = { TABLE_OFF_ON }, PG_AIRPLANE_CONFIG, offsetof(airplaneConfig_t, fixedwing_althold_reversed) },
#endif