From 71114c624dff4fe61d9ba5947bcd100505ca62b2 Mon Sep 17 00:00:00 2001 From: Tero Kontkanen Date: Sat, 6 May 2017 14:34:51 +0300 Subject: added DEVICE_CAPABILITY_SCOPE_TRIGGER_DELAY --- simplemotion_defs.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3