mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-04 06:54:41 -04:00
Demodulator worker thread test
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ public:
|
||||
SDR_THREAD_CMD_TUNE
|
||||
};
|
||||
|
||||
SDRThreadCommand() : cmd(cmd), int_value(SDR_THREAD_CMD_NULL) {
|
||||
SDRThreadCommand() : cmd(SDR_THREAD_CMD_NULL), int_value(0) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user