Remove a dead #define
This commit is contained in:
parent
62119c3306
commit
93c135ea66
|
@ -104,8 +104,6 @@ typedef struct rtlsdr_dev rtlsdr_dev_t;
|
||||||
#define MODES_MSG_SQUELCH_DB 4.0 // Minimum SNR, in dB
|
#define MODES_MSG_SQUELCH_DB 4.0 // Minimum SNR, in dB
|
||||||
#define MODES_MSG_ENCODER_ERRS 3 // Maximum number of encoding errors
|
#define MODES_MSG_ENCODER_ERRS 3 // Maximum number of encoding errors
|
||||||
|
|
||||||
#define MODES_MAX_PHASE_STATS 10
|
|
||||||
|
|
||||||
#define MODEAC_MSG_SAMPLES (25 * 2) // include up to the SPI bit
|
#define MODEAC_MSG_SAMPLES (25 * 2) // include up to the SPI bit
|
||||||
#define MODEAC_MSG_BYTES 2
|
#define MODEAC_MSG_BYTES 2
|
||||||
#define MODEAC_MSG_SQUELCH_LEVEL 0x07FF // Average signal strength limit
|
#define MODEAC_MSG_SQUELCH_LEVEL 0x07FF // Average signal strength limit
|
||||||
|
|
Loading…
Reference in a new issue