From 8cf5c5850411bfe9ef6048b7ff3c53888d0e78ce Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Wed, 20 Jan 2016 07:42:36 +0000 Subject: [PATCH] Stub out the DMR FEC code for now. --- AMBEFEC.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AMBEFEC.cpp b/AMBEFEC.cpp index a902534..da39fd1 100644 --- a/AMBEFEC.cpp +++ b/AMBEFEC.cpp @@ -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;