From a16cb85bd0a2f8258c144f43b59fea6a621585ca Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 14 Feb 2015 14:19:22 +0100 Subject: [PATCH] comment --- src/lib/ebus/data.h | 1 - 1 file changed, 1 deletion(-) 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)