From 0dc2cc6503386c809266ad6564ba675803cf8cc7 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Sun, 22 Mar 2015 14:27:46 +0100 Subject: o First version of a tool to continuously read and discover serial ports. --- apps/sample-convert.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/sample-convert.cpp') diff --git a/apps/sample-convert.cpp b/apps/sample-convert.cpp index d1c53fb..9e2ad55 100644 --- a/apps/sample-convert.cpp +++ b/apps/sample-convert.cpp @@ -79,9 +79,9 @@ public: options.push_back(&fs); } - shared_ptr output = open_sample_output_stream(outputStream, dict, output_format, options); + shared_ptr output = open_sample_output_stream(outputStream, dict, output_format, options); - auto input = make_shared(output, dict); + auto input = make_shared(output, dict); char data[100]; while (!inputStream->eof()) { -- cgit v1.2.3