RTL PPM Input Fix

RTL Input Fix
--PPM error wasn't being set by command line -P switch. Had disabled for testing, forgot to re-enable.
This commit is contained in:
lwvmobile 2022-08-28 00:48:53 -04:00 committed by GitHub
parent 861ca3cb54
commit 1505103c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -918,7 +918,7 @@ main (int argc, char **argv)
break;
case 'P':
//can't handle negative numbers?
//sscanf (optarg, "%d", &opts.rtlsdr_ppm_error);
sscanf (optarg, "%d", &opts.rtlsdr_ppm_error);
break;
case 'q':
opts.errorbars = 0;