Update rtl_sdr.c

pull/15/head
michelinok 2015-03-20 15:31:05 +01:00
rodzic fd13e48576
commit ecb90b9fb8
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -57,7 +57,7 @@ void usage(void)
"\t[-S force sync output (default: async)]\n" "\t[-S force sync output (default: async)]\n"
"\t[-D direct_sampling_mode, 0 (default/off), 1 (I), 2 (Q), 3 (no-mod)]\n" "\t[-D direct_sampling_mode, 0 (default/off), 1 (I), 2 (Q), 3 (no-mod)]\n"
"\t[-N no dithering (default: use dithering)]\n" "\t[-N no dithering (default: use dithering)]\n"
"\t[-X enable RTL AGC]\n" "\t[-x enable RTL AGC]\n"
"\tfilename (a '-' dumps samples to stdout)\n\n"); "\tfilename (a '-' dumps samples to stdout)\n\n");
exit(1); exit(1);
} }
@ -131,7 +131,7 @@ int main(int argc, char **argv)
switch (opt) { switch (opt) {
case 'x': case 'x':
rtlagc = 0; rtlagc = 0;
break;*/ break;
case 'd': case 'd':
dev_index = verbose_device_search(optarg); dev_index = verbose_device_search(optarg);
dev_given = 1; dev_given = 1;