cleanup after merge of pull request #18.

This commit is contained in:
Roland Jax
2014-12-07 12:20:47 +01:00
parent 3b3a5f2e07
commit a5821dcadc
3 changed files with 4 additions and 7 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ int main(int argc, char* argv[])
}
string dev(A.getOptVal<const char*>("device"));
Port port(dev, true);
Port port(dev, true, false, NULL, false, "", 1);
port.open();
if(port.isOpen() == true) {