mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-05-02 22:33:41 +00:00
Uncommited changes
This commit is contained in:
@@ -203,7 +203,7 @@ int HanReader::getInt(int dataPosition, byte *buffer, int start, int length) {
|
|||||||
return getUint8(dataPosition, buffer, start, length);
|
return getUint8(dataPosition, buffer, start, length);
|
||||||
case 0x0F:
|
case 0x0F:
|
||||||
return getInt8(dataPosition, buffer, start, length);
|
return getInt8(dataPosition, buffer, start, length);
|
||||||
case 0x12:
|
case 0x12:
|
||||||
return getUint16(dataPosition, buffer, start, length);
|
return getUint16(dataPosition, buffer, start, length);
|
||||||
case 0x10:
|
case 0x10:
|
||||||
return getInt16(dataPosition, buffer, start, length);
|
return getInt16(dataPosition, buffer, start, length);
|
||||||
|
|||||||
Reference in New Issue
Block a user