Skip to content

Commit

Permalink
Update logic_condition.c
Browse files Browse the repository at this point in the history
  • Loading branch information
breadoven committed Sep 10, 2024
1 parent 498de60 commit 8d035d5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/programming/logic_condition.c
Original file line number Diff line number Diff line change
Expand Up @@ -852,10 +852,6 @@ static int logicConditionGetFlightOperandValue(int operand) {
return posControl.fwLandState.landState;
break;
#endif
case LOGIC_CONDITION_OPERAND_FLIGHT_FLOWN_LOITER_RADIUS:
return getFlownLoiterRadius();
break;

default:
return 0;
break;
Expand Down

0 comments on commit 8d035d5

Please sign in to comment.