mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-08-05 23:51:44 +02:00
Completely redid the RDS demod
This commit is contained in:
core/src
decoder_modules
atv_decoder
radio
source_modules/bladerf_source/src
@@ -347,7 +347,7 @@ private:
|
||||
static void start(void* ctx) {
|
||||
BladeRFSourceModule* _this = (BladeRFSourceModule*)ctx;
|
||||
if (_this->running) { return; }
|
||||
if (_this->devCount == 0) { return; }
|
||||
if (_this->devCount <= 0) { return; }
|
||||
|
||||
// Open device
|
||||
bladerf_devinfo info = _this->devInfoList[_this->devId];
|
||||
|
Reference in New Issue
Block a user