Stub out the DMR FEC code for now.

This commit is contained in:
Jonathan Naylor 2016-01-20 07:42:36 +00:00
parent cd091414f6
commit 8cf5c58504

View file

@ -467,6 +467,8 @@ unsigned int CAMBEFEC::regenerateDMR(unsigned char* bytes) const
{
assert(bytes != NULL);
return 0U;
unsigned int a1 = 0U, a2 = 0U, a3 = 0U;
unsigned int b1 = 0U, b2 = 0U, b3 = 0U;
unsigned int c1 = 0U, c2 = 0U, c3 = 0U;