mirror of
https://github.com/rtlsdrblog/rtl-sdr-blog.git
synced 2025-01-15 20:53:13 +01:00
Fix bias tee flag (needs no arguments)
This commit is contained in:
parent
a879241b99
commit
48ea060ae2
@ -393,7 +393,7 @@ int main(int argc, char **argv)
|
|||||||
struct sigaction sigact, sigign;
|
struct sigaction sigact, sigign;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
while ((opt = getopt(argc, argv, "a:p:f:g:s:b:d:P:T:D")) != -1) {
|
while ((opt = getopt(argc, argv, "a:p:f:g:s:b:d:P:TD")) != -1) {
|
||||||
switch (opt) {
|
switch (opt) {
|
||||||
case 'd':
|
case 'd':
|
||||||
dev_index = verbose_device_search(optarg);
|
dev_index = verbose_device_search(optarg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user