diff options
author | John Klug <john.klug@multitech.com> | 2016-12-02 16:57:53 -0600 |
---|---|---|
committer | John Klug <john.klug@multitech.com> | 2016-12-02 16:57:53 -0600 |
commit | 3da4f0384f9ee1890fece5ebd9fe9784e1910116 (patch) | |
tree | 1e957c0fa3c046f15bf800d7be11ecb91b263238 /io-module/mts_eeprom.h | |
parent | 47f3a89441324f4912a7c83bad4f40837bc365b5 (diff) | |
download | mts-io-3da4f0384f9ee1890fece5ebd9fe9784e1910116.tar.gz mts-io-3da4f0384f9ee1890fece5ebd9fe9784e1910116.tar.bz2 mts-io-3da4f0384f9ee1890fece5ebd9fe9784e1910116.zip |
Revert bad change
This reverts commit 47f3a89441324f4912a7c83bad4f40837bc365b5.
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 f616e83..89f2439 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 9 // 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) |