Skip to content

Commit

Permalink
Update logic_condition.h
Browse files Browse the repository at this point in the history
  • Loading branch information
sdellava authored Dec 30, 2023
1 parent 6a082ac commit 740c7e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/programming/logic_condition.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ typedef enum {
LOGIC_CONDITION_DELTA = 50,
LOGIC_CONDITION_APPROX_EQUAL = 51,
LOGIC_CONDITION_LED_PIN_PWM = 52,
LOGIC_CONDITION_RESET_MAG_CALIBRATION = 53,
LOGIC_CONDITION_DISABLE_GPS_FIX = 54,
LOGIC_CONDITION_DISABLE_GPS_FIX = 53,
LOGIC_CONDITION_RESET_MAG_CALIBRATION = 54,
LOGIC_CONDITION_LAST = 55,
} logicOperation_e;

Expand Down

0 comments on commit 740c7e0

Please sign in to comment.