diff options
| author | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-05-11 19:04:44 +0300 |
|---|---|---|
| committer | Tero Kontkanen <tero.kontkanen@granitedevices.fi> | 2017-05-11 19:04:44 +0300 |
| commit | 0eb3390c9e8620a510061927279178fda6c81ac3 (patch) | |
| tree | 8360b7fb86587e41bfb4ea42be1bca951305ac46 | |
| parent | 1f53eeda1b497f044e76affc784e5123be172f44 (diff) | |
| download | SimpleMotionV2-0eb3390c9e8620a510061927279178fda6c81ac3.tar.gz SimpleMotionV2-0eb3390c9e8620a510061927279178fda6c81ac3.zip | |
Fix duplicate parameter address on previous commit
| -rw-r--r-- | simplemotion_defs.h | 2 |
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)
|
