extended max allowed data length to 25

This commit is contained in:
john30
2015-03-22 14:01:51 +01:00
parent 874e471fe6
commit 5bd74035c5
3 changed files with 6 additions and 5 deletions
+2 -2
View File
@@ -85,8 +85,8 @@ typedef struct {
const short divisorOrFirstBit; //!< @a bt_number: divisor (negative for reciprocal) or offset to first bit (if (@a bitCount%8)!=0)
} dataType_t;
/** the maximum position within master or slave data. */
#define MAX_POS 16
/** the maximum allowed position within master or slave data. */
#define MAX_POS 24
/**
* Parse an unsigned int value.