fix for new enhanced proto

This commit is contained in:
john30
2019-12-03 08:01:06 +01:00
parent 05e629a742
commit a68adba23f
+1 -1
View File
@@ -382,7 +382,7 @@ bool Device::read(symbol_t* value, bool isAvailable, ArbitrationState* arbitrati
}
m_bufPos = (m_bufPos + 1) % m_bufSize;
m_bufLen--;
ch2 = (symbol_t)(((ch&0x03)<<6) | (ch&0x3f));
ch2 = (symbol_t)(((ch&0x03)<<6) | (ch2&0x3f));
ch = (ch>>2)&0xf;
switch (ch) {
case ENH_RES_STARTED: