diff options
author | 2016-02-11 22:49:23 +0100 | |
---|---|---|
committer | 2016-02-11 22:49:23 +0100 | |
commit | 25030f6063e796e5cb048ffc1ec7e1914192146b (patch) | |
tree | 0c346ad6d8a635aca22fd290e741281147a561cc /main.cpp | |
parent | Typo (diff) | |
download | gr-scan-master.tar.xz gr-scan-master.zip |
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } |