Commit 07782aa0 authored by Ivan Tyagov's avatar Ivan Tyagov

More strict check.

parent a9517ed3
......@@ -43,7 +43,7 @@ void gotoSafeMode() {
* In this mode coupler will shutdown all
* relays of attached I2C slaves
*/
if (!I2C_VIRTUAL_MODE) {
if (I2C_VIRTUAL_MODE==0) {
UA_LOG_INFO(UA_Log_Stdout, \
UA_LOGCATEGORY_USERLAND, \
"Go to SAFE MODE");
......
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