From 0eb3390c9e8620a510061927279178fda6c81ac3 Mon Sep 17 00:00:00 2001 From: Tero Kontkanen Date: Thu, 11 May 2017 19:04:44 +0300 Subject: Fix duplicate parameter address on previous commit --- simplemotion_defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3