blob: 364329a6be27c9856d408a3408dc96ef8a929e62 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- microphone.c.orig 2018-11-21 19:08:22 UTC
+++ microphone.c
@@ -58,7 +58,7 @@ static int timeVOX = 2000; // VOX han
static int doTxCorrect = 0; // Corrections for UDP sample transmit
static double TxCorrectLevel;
-static complex TxCorrectDc;
+static complex double TxCorrectDc;
// Used for the Hermes protocol
#define HERMES_TX_BUF_SAMPLES 4800 // buffer size in I/Q samples (two shorts)
|