diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2015-06-21 00:53:28 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2015-06-21 00:55:21 +0200 |
commit | 7e2fb834d8ba2eb3fd6453f135d3e8ef30c852c6 (patch) | |
tree | 166f6400567834834442d6b167cc42f1d58a57b2 /apps/sm-serial-read.h | |
parent | c56840f03cf139d60c6d90b55cf16e70f6ae2bc2 (diff) | |
download | ble-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.h')
-rw-r--r-- | apps/sm-serial-read.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/sm-serial-read.h b/apps/sm-serial-read.h index a3e3872..7a6bcb4 100644 --- a/apps/sm-serial-read.h +++ b/apps/sm-serial-read.h @@ -65,7 +65,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"); } |