Fix DSP source block initialization and add linux support to hydrasdr_source

This commit is contained in:
AlexandreRouma
2025-07-20 20:33:07 +02:00
parent a94e2d6712
commit f67fa0c66c
3 changed files with 39 additions and 3 deletions

View File

@@ -5,8 +5,6 @@ namespace dsp {
template <class T>
class Source : public block {
public:
Source() {}
Source() { init(); }
virtual ~Source() {}