From 826af8bc5cd0c6ba4d686906e1e07021e958fda9 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 3 Aug 2016 12:17:51 -0700 Subject: examples: Remove default values for subdevs in benchmark_rate --- host/examples/benchmark_rate.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/examples') diff --git a/host/examples/benchmark_rate.cpp b/host/examples/benchmark_rate.cpp index f24d8fde6..b024c3a20 100644 --- a/host/examples/benchmark_rate.cpp +++ b/host/examples/benchmark_rate.cpp @@ -278,8 +278,8 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ ("help", "help message") ("args", po::value(&args)->default_value(""), "single uhd device address args") ("duration", po::value(&duration)->default_value(10.0), "duration for the test in seconds") - ("rx_subdev", po::value(&rx_subdev)->default_value(""), "specify the device subdev for RX") - ("tx_subdev", po::value(&tx_subdev)->default_value(""), "specify the device subdev for TX") + ("rx_subdev", po::value(&rx_subdev), "specify the device subdev for RX") + ("tx_subdev", po::value(&tx_subdev), "specify the device subdev for TX") ("rx_rate", po::value(&rx_rate), "specify to perform a RX rate test (sps)") ("tx_rate", po::value(&tx_rate), "specify to perform a TX rate test (sps)") ("rx_otw", po::value(&rx_otw)->default_value("sc16"), "specify the over-the-wire sample mode for RX") -- cgit v1.2.3