aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTero Kontkanen <tero.kontkanen@granitedevices.fi>2017-05-11 19:04:44 +0300
committerTero Kontkanen <tero.kontkanen@granitedevices.fi>2017-05-11 19:04:44 +0300
commit0eb3390c9e8620a510061927279178fda6c81ac3 (patch)
tree8360b7fb86587e41bfb4ea42be1bca951305ac46
parent1f53eeda1b497f044e76affc784e5123be172f44 (diff)
downloadSimpleMotionV2-0eb3390c9e8620a510061927279178fda6c81ac3.tar.gz
SimpleMotionV2-0eb3390c9e8620a510061927279178fda6c81ac3.zip
Fix duplicate parameter address on previous commit
-rw-r--r--simplemotion_defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/simplemotion_defs.h b/simplemotion_defs.h
index 619c1c1..f7bb19d 100644
--- a/simplemotion_defs.h
+++ b/simplemotion_defs.h
@@ -773,7 +773,7 @@
//read only bit field that is can be used to identify device capabilities
//the list below is subject to extend
-#define SMP_DEVICE_CAPABILITIES2 6006
+#define SMP_DEVICE_CAPABILITIES2 6007
#define DEVICE_CAPABILITY2_RESTORE_SAVED_CONFIG BV(0)
#define DEVICE_CAPABILITY2_MEASURE_RL BV(1)
#define DEVICE_CAPABILITY2_TORQUE_RIPPLE_COMPENSATION BV(2)