minimodem: CARRIER_AUTODETECT_THRESHOLD reduced to 0.001

This commit is contained in:
Kamal Mostafa 2011-07-08 09:26:25 -07:00
parent 25e6e41939
commit 726b284afc
1 changed files with 1 additions and 1 deletions

View File

@ -520,7 +520,7 @@ main( int argc, char*argv[] )
if ( samples_nvalid == 0 )
break;
#define CARRIER_AUTODETECT_THRESHOLD 0.03
#define CARRIER_AUTODETECT_THRESHOLD 0.001
#ifdef CARRIER_AUTODETECT_THRESHOLD
/* Auto-detect carrier frequency */
static int carrier_band = -1;