Skip to content
Snippets Groups Projects
Commit 3631cc91 authored by Juliano Murari's avatar Juliano Murari
Browse files

Add readbackParameters call at the end of deviceDone

parent 6750b8c7
No related branches found
No related tags found
No related merge requests found
...@@ -1461,6 +1461,8 @@ int sis8300bcm::deviceDone() ...@@ -1461,6 +1461,8 @@ int sis8300bcm::deviceDone()
setIntegerParam(addr, BCMFiberSoftwareError, uintValue); setIntegerParam(addr, BCMFiberSoftwareError, uintValue);
} }
ret = readbackParameters();
return ret; return ret;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment