From af87b52d2fbd93451d19276ae1c06969813a3357 Mon Sep 17 00:00:00 2001 From: kpl Date: Mon, 16 Mar 2020 22:56:58 -0400 Subject: [PATCH] cwIo.cpp : Temporarily remove call to serialPortSrv:create() while serial port system is modified. --- cwIo.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cwIo.cpp b/cwIo.cpp index 2901df3..9eb75f4 100644 --- a/cwIo.cpp +++ b/cwIo.cpp @@ -188,12 +188,14 @@ namespace cw break; } + /* // create the serial port object if((rc = serialPortSrv::create( r->serialH, r->device, r->baudRate, r->flags, _serialPortCb, p, r->pollPeriodMs )) != kOkRC ) { rc = cwLogError(rc,"Serial port create failed on record index:%i.", i ); break; } + */ } }