Skip to content

Commit

Permalink
Stub out the DMR FEC code for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Jan 20, 2016
1 parent cd09141 commit 8cf5c58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AMBEFEC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8cf5c58

Please sign in to comment.