ggwave : always reset RS instances

This commit is contained in:
Georgi Gerganov
2020-12-05 17:01:33 +02:00
parent ce673be655
commit cde32e3e96
2 changed files with 11 additions and 19 deletions

View File

@@ -3,11 +3,6 @@
#include <cstdint>
#include <functional>
#include <vector>
#include <memory>
namespace RS {
class ReedSolomon;
}
class GGWave {
public:
@@ -148,6 +143,4 @@ private:
TxRxData m_txDataEncoded;
TxProtocol m_txProtocol;
std::unique_ptr<RS::ReedSolomon> m_rsLength;
};