Fixed condition for `fixedwing_althold_reversed`.
This commit is contained in:
parent
bd1413839b
commit
299f2565c0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue