Skip to content

Commit

Permalink
Update logic_condition.h
Browse files Browse the repository at this point in the history
Added LOGIC_CONDITION_RESET_MAG_CALIBRATION operation
  • Loading branch information
sdellava authored Oct 25, 2023
1 parent 85217c2 commit ec40147
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/programming/logic_condition.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ typedef enum {
LOGIC_CONDITION_TIMER = 49,
LOGIC_CONDITION_DELTA = 50,
LOGIC_CONDITION_APPROX_EQUAL = 51,
LOGIC_CONDITION_LAST = 52,
LOGIC_CONDITION_RESET_MAG_CALIBRATION = 52,
LOGIC_CONDITION_LAST = 53,
} logicOperation_e;

typedef enum logicOperandType_s {
Expand Down

0 comments on commit ec40147

Please sign in to comment.