Remove unused command line argument 'c' (used to be decimation level)

This commit is contained in:
Robert Högberg
2015-10-21 17:15:23 +02:00
parent 970f4228de
commit 51d4eabf10

View File

@@ -830,7 +830,7 @@ int main(int argc, char **argv) {
demod->level_limit = DEFAULT_LEVEL_LIMIT;
while ((opt = getopt(argc, argv, "x:z:p:DtaAqm:r:c:l:d:f:g:s:b:n:SR:")) != -1) {
while ((opt = getopt(argc, argv, "x:z:p:DtaAqm:r:l:d:f:g:s:b:n:SR:")) != -1) {
switch (opt) {
case 'd':
dev_index = atoi(optarg);