Changed Zero Adc Integral Reset

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
2025-04-02 16:29:19 +00:00
parent b534a26ada
commit 9edd2218ee
2 changed files with 6 additions and 3 deletions

View File

@@ -339,11 +339,13 @@ namespace MARTe {
REPORT_ERROR(ErrorManagement::ParametersError, "Fail Write wo0:%6.3f", woValues[0]);
ok = false;
}
/* Reset is done by fiber
rv = ioctl(devFileDescriptor, ATCA_PCIE_IOPT_RST_INTEG);
if (rv ) {
REPORT_ERROR(ErrorManagement::ParametersError, "Fail reset Integrators");
ok = false;
}
*/
return ok;
}