mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-04-05 19:18:40 -04:00
missing atomic<int> load
This commit is contained in:
parent
524cfbe0df
commit
1a9f7d31b7
@ -99,7 +99,7 @@ void DemodulatorThread::threadMain() {
|
||||
|
||||
std::cout << "Demodulator thread started.." << std::endl;
|
||||
|
||||
switch (demodulatorType) {
|
||||
switch (demodulatorType.load()) {
|
||||
case DEMOD_TYPE_FM:
|
||||
break;
|
||||
case DEMOD_TYPE_LSB:
|
||||
|
Loading…
Reference in New Issue
Block a user