From 25030f6063e796e5cb048ffc1ec7e1914192146b Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Thu, 11 Feb 2016 22:49:23 +0100 Subject: Support specifying device arguments --- main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main.cpp') 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 } -- cgit v1.2.3-59-g8ed1b