From d1aab6f25db436fdbb466ad26a491148faf45b4e Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Wed, 13 Oct 2021 00:22:10 +0200 Subject: [PATCH] fixed typo --- source_modules/bladerf_source/src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source_modules/bladerf_source/src/main.cpp b/source_modules/bladerf_source/src/main.cpp index 9fd5842..7e02727 100644 --- a/source_modules/bladerf_source/src/main.cpp +++ b/source_modules/bladerf_source/src/main.cpp @@ -306,7 +306,7 @@ public: biasT = config.conf["devices"][selectedSerial]["biasT"]; } else { - overallGain = false; + biasT = false; } } @@ -616,4 +616,4 @@ MOD_EXPORT void _DELETE_INSTANCE_(ModuleManager::Instance* instance) { MOD_EXPORT void _END_() { config.disableAutoSave(); config.save(); -} \ No newline at end of file +}