Commit 12aebcdf authored by Claes Sjofors's avatar Claes Sjofors Committed by Claes Sjöfors

Component IoStatus didn't work for IO modules with external channels

parent 82a365a3
......@@ -122,7 +122,7 @@ int io_connect_status(pwr_sAttrRef* sig_aref, pwr_sAttrRef* chan_aref)
char* s;
int found;
if (chan_aref->Offset == 0 || sig_aref->Offset == 0)
if (sig_aref->Offset == 0)
return 0;
/* Find content of IoConnect attribute in the signal object */
......
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