mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-04-23 11:07:09 -04:00
Remove unused command line argument 'c' (used to be decimation level)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user