diff options
author | Mykyta Dorokhin <mykyta.dorokhin@globallogic.com> | 2016-12-06 15:21:25 +0200 |
---|---|---|
committer | Brandon Bayer <bbayer@multitech.com> | 2016-12-06 09:54:18 -0600 |
commit | efa9ca1dad49be7f53220a2cd0342b4238f653a6 (patch) | |
tree | 760adde270a8f737341aa2e9f6999655d4dfe686 /io-module/mts_eeprom.h | |
parent | ab76db18c883b9b8eec3976e2cf6c5904b3ccd93 (diff) | |
download | mts-io-efa9ca1dad49be7f53220a2cd0342b4238f653a6.tar.gz mts-io-efa9ca1dad49be7f53220a2cd0342b4238f653a6.tar.bz2 mts-io-efa9ca1dad49be7f53220a2cd0342b4238f653a6.zip |
mtcap: fix build + refactoring.1.5.7
Diffstat (limited to 'io-module/mts_eeprom.h')
-rw-r--r-- | io-module/mts_eeprom.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/io-module/mts_eeprom.h b/io-module/mts_eeprom.h index ec82e0d..4e15f8c 100644 --- a/io-module/mts_eeprom.h +++ b/io-module/mts_eeprom.h @@ -55,7 +55,6 @@ do { \ #define DEVICE_CAPA_VALUE(index, bit) ((((index) & 0x1F) << 3) | ((bit) & 0x07)) -#define CAPA_COUNT 7 // See also attribute_names in capab.c #define CAPA_GPS DEVICE_CAPA_VALUE(0, 7) #define CAPA_DIN DEVICE_CAPA_VALUE(0, 6) #define CAPA_DOUT DEVICE_CAPA_VALUE(0, 5) |