mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
Bugfix
This commit is contained in:
parent
3a3f507a94
commit
b8dcf95a75
13 changed files with 127 additions and 156 deletions
|
@ -811,7 +811,7 @@ static int logicConditionGetFlightOperandValue(int operand) {
|
|||
break;
|
||||
|
||||
case LOGIC_CONDITION_OPERAND_FLIGHT_FW_LAND_STATE:
|
||||
return posControl.fwLandState;
|
||||
return posControl.fwLandState.landState;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue