aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2016-02-11 22:49:23 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2016-02-11 22:49:23 +0100
commit25030f6063e796e5cb048ffc1ec7e1914192146b (patch)
tree0c346ad6d8a635aca22fd290e741281147a561cc /main.cpp
parentTypo (diff)
downloadgr-scan-master.tar.xz
gr-scan-master.zip
Support specifying device argumentsHEADmaster
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index a6f3438..8da42e6 100644
--- a/main.cpp
+++ b/main.cpp
@@ -38,7 +38,8 @@ int main(int argc, char **argv)
arguments.get_spread(),
arguments.get_threshold(),
arguments.get_time(),
- arguments.get_outcsv());
+ arguments.get_outcsv(),
+ arguments.get_device_args());
top_block.run();
return 0; //actually, we never get here because of the rude way in which we end the scan
}