mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-04-01 18:56:52 +08:00
ggwave : always reset RS instances
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user