mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-26 12:27:51 +02:00
Fixed support in the module manager
This commit is contained in:
@ -104,9 +104,12 @@ public:
|
||||
}
|
||||
|
||||
~HackRFSourceModule() {
|
||||
stop(this);
|
||||
hackrf_exit();
|
||||
sigpath::sourceManager.unregisterSource("HackRF");
|
||||
}
|
||||
|
||||
void postInit() {}
|
||||
|
||||
void enable() {
|
||||
enabled = true;
|
||||
|
Reference in New Issue
Block a user