Demodulator worker thread test

This commit is contained in:
Charles J. Cliffe
2014-11-30 23:33:55 -05:00
parent 023002f009
commit 5fc5e4269c
7 changed files with 222 additions and 12 deletions
+1 -1
View File
@@ -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) {
}