diff --git a/src/lib/ebus/data.h b/src/lib/ebus/data.h index 7c95606a..6f45b7a9 100644 --- a/src/lib/ebus/data.h +++ b/src/lib/ebus/data.h @@ -76,7 +76,6 @@ static const unsigned int REQ = 0x100;//!< value may not be NULL /** The structure for defining field types with their properties. */ typedef struct { const char* name; //!< field identifier - //todo rename to bitCount const unsigned int bitCount; //!< number of bits (maximum length if @a ADJ flag is set, must be multiple of 8 with flag @a BCD) const BaseType type; //!< base data type const unsigned int flags; //!< flags (e.g. @a BCD)