mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2026-04-18 22:32:44 +00:00
Fix DSP source block initialization and add linux support to hydrasdr_source
This commit is contained in:
@@ -5,8 +5,6 @@ namespace dsp {
|
||||
template <class T>
|
||||
class Source : public block {
|
||||
public:
|
||||
Source() {}
|
||||
|
||||
Source() { init(); }
|
||||
|
||||
virtual ~Source() {}
|
||||
|
||||
Reference in New Issue
Block a user