diff options
| author | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-05-06 14:34:51 +0300 |
|---|---|---|
| committer | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-05-06 14:34:51 +0300 |
| commit | 71114c624dff4fe61d9ba5947bcd100505ca62b2 (patch) | |
| tree | 0a2a3b50ec5b0e49f8f4028a261cddb395247d57 /simplemotion_defs.h | |
| parent | 4843d7be1b8d65b5e2d97fca889bc1c7588f1f74 (diff) | |
| download | SimpleMotionV2-71114c624dff4fe61d9ba5947bcd100505ca62b2.tar.gz SimpleMotionV2-71114c624dff4fe61d9ba5947bcd100505ca62b2.zip | |
added DEVICE_CAPABILITY_SCOPE_TRIGGER_DELAY
Diffstat (limited to 'simplemotion_defs.h')
| -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 5f58564..2ad027b 100644 --- a/simplemotion_defs.h +++ b/simplemotion_defs.h @@ -737,6 +737,7 @@ #define DEVICE_CAPABILITY_AUTOSETUP_COMMUTATION_SENSOR BV(7)
#define DEVICE_CAPABILITY_SENSORLESS_COMMUTATION BV(8)
#define DEVICE_CAPABILITY_ANALOG_OUTPUT BV(9)
+ #define DEVICE_CAPABILITY_SCOPE_TRIGGER_DELAY BV(10)
#define SMP_FIRMWARE_VERSION 6010
#define SMP_FIRMWARE_BACKWARDS_COMP_VERSION 6011
|
