Commit ca684aed authored by Pavel Vainerman's avatar Pavel Vainerman

(IOControl): исправил ошибку в инициализации карт UNIO

parent 5f71583a
......@@ -3,7 +3,7 @@
Name: libuniset
Version: 1.3
Release: alt10
Release: alt11
Summary: UniSet - library for building distributed industrial control systems
License: GPL
Group: Development/C++
......@@ -213,6 +213,9 @@ rm -f %buildroot%_libdir/*.la
%changelog
* Tue Feb 28 2012 Pavel Vainerman <pv@altlinux.ru> 1.3-alt11
- (iocontrol): fixed bug in configuring UNIO96
* Fri Feb 24 2012 Pavel Vainerman <pv@altlinux.ru> 1.3-alt10
- (modbus): realized exchange with RTU188
......
......@@ -1705,7 +1705,7 @@ void IOControl::buildCardsList()
dlog[Debug::INFO] << myname << "(buildCardsList): card=" << it.getProp("card")
<< "(" << cname << ")"
<< " init subdev" << i << " 'GRAYHILL'" << endl;
return;
continue;
}
dlog[Debug::INFO] << myname << "(buildCardsList): card=" << it.getProp("card")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment