mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 23:45:49 +08:00
Start on the convolution FEC.
This commit is contained in:
11
M17LICH.cpp
11
M17LICH.cpp
@@ -22,17 +22,6 @@
|
||||
|
||||
#include <cassert>
|
||||
|
||||
CM17LICH::CM17LICH(const CM17LICH& lich) :
|
||||
m_lich(NULL),
|
||||
m_valid(false)
|
||||
{
|
||||
m_lich = new unsigned char[30U];
|
||||
|
||||
::memcpy(m_lich, lich.m_lich, 30U);
|
||||
|
||||
m_valid = lich.m_valid;
|
||||
}
|
||||
|
||||
CM17LICH::CM17LICH() :
|
||||
m_lich(NULL),
|
||||
m_valid(false)
|
||||
|
||||
Reference in New Issue
Block a user