Commit b7a7ae77 authored by Pavel Vainerman's avatar Pavel Vainerman

minor fixes in docs

parent e0099a36
...@@ -215,7 +215,7 @@ const UniSetTypes::ObjectInfo ObjectsMap[MAX_NUMOBJECTS] = ...@@ -215,7 +215,7 @@ const UniSetTypes::ObjectInfo ObjectsMap[MAX_NUMOBJECTS] =
... ...
// //
act.tun(false); act.run(false);
} }
catch(Exception& ex ) catch(Exception& ex )
{ {
...@@ -248,7 +248,7 @@ const UniSetTypes::ObjectInfo ObjectsMap[MAX_NUMOBJECTS] = ...@@ -248,7 +248,7 @@ const UniSetTypes::ObjectInfo ObjectsMap[MAX_NUMOBJECTS] =
// //
try try
{ {
ui.askSensor(maxTemperatureOilD1_S); ui.askSensor(maxTemperatureOilD1_S,UniversalIO::UIONotify);
} }
catch(UniSetTypes::Exception& ex) catch(UniSetTypes::Exception& ex)
{ {
......
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