aboutsummaryrefslogtreecommitdiff
path: root/apps/sm-serial-read-all.h
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2015-06-21 00:53:28 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2015-06-21 00:55:21 +0200
commit7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6 (patch)
tree166f6400567834834442d6b167cc42f1d58a57b2 /apps/sm-serial-read-all.h
parentc56840f03cf139d60c6d90b55cf16e70f6ae2bc2 (diff)
downloadble-toys-7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6.tar.gz
ble-toys-7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6.tar.bz2
ble-toys-7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6.tar.xz
ble-toys-7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6.zip
o Using ends_with when checking for which app to launch too.
sm-get-value: o Using the io code for writing samples
Diffstat (limited to 'apps/sm-serial-read-all.h')
-rw-r--r--apps/sm-serial-read-all.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/sm-serial-read-all.h b/apps/sm-serial-read-all.h
index 39b585a..14cdf1e 100644
--- a/apps/sm-serial-read-all.h
+++ b/apps/sm-serial-read-all.h
@@ -101,7 +101,6 @@ public:
void add_options(po::options_description_easy_init &options) override {
options
- ("help", "produce help message")
("port", po::value<string>()->required(), "The serial port to read")
("format", po::value<sample_format_type>(&format)->default_value(sample_format_type::KEY_VALUE), "Output format");
}