diff options
| -rw-r--r-- | simplemotion_defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/simplemotion_defs.h b/simplemotion_defs.h index 6261824..475d55b 100644 --- a/simplemotion_defs.h +++ b/simplemotion_defs.h @@ -421,6 +421,7 @@ #define FLAG_INVERTED_HALLS BV(13)
#define FLAG_USE_HALLS BV(14)
#define FLAG_MECH_BRAKE_DURING_PHASING BV(15)
+ #define FLAG_LIMIT_SWITCHES_NORMALLY_CLOSED_TYPE BV(16)
#define SMP_MOTION_FAULT_THRESHOLD 568
#define SMP_HV_VOLTAGE_HI_LIMIT 569
#define SMP_HV_VOLTAGE_LOW_LIMIT 570
|
