missing atomic<int> load

This commit is contained in:
Charles J. Cliffe
2015-02-03 12:25:02 -05:00
parent 524cfbe0df
commit 1a9f7d31b7
+1 -1
View File
@@ -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: