Disable RS encoding for now.

This commit is contained in:
Jonathan Naylor 2016-09-27 07:08:38 +01:00
parent fb6c2e7911
commit 7447eee328

View file

@ -119,7 +119,7 @@ void CP25Data::processLDU1(unsigned char* data)
break;
}
m_rs241213.encode(rs);
// m_rs241213.encode(rs);
// CUtils::dump(1U, "P25, LDU1 Data after", rs, 18U);