From ff91fd6dd7c6ff48e90f1f24f172773caa0dba33 Mon Sep 17 00:00:00 2001 From: wierenga <sdos@astron.nl> Date: Thu, 21 Dec 2006 12:51:09 +0000 Subject: [PATCH] BugID: 337 New config variable to ignore errors in HBA communication. When HBA_IGNORE_RESULT is set to 1 then when the returned i2c result does not match the expected result this is silently ignored. This is mainly used for testing. --- MAC/APL/PIC/RSPDriver/src/RSPDriver.conf.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MAC/APL/PIC/RSPDriver/src/RSPDriver.conf.in b/MAC/APL/PIC/RSPDriver/src/RSPDriver.conf.in index ee2ba45669c..1b4b88b88fc 100644 --- a/MAC/APL/PIC/RSPDriver/src/RSPDriver.conf.in +++ b/MAC/APL/PIC/RSPDriver/src/RSPDriver.conf.in @@ -312,3 +312,8 @@ RSPDriver.XC_FILL=1 # Disable initialization to enable testing on a system without hardware # RSPDriver.DISABLE_INIT=0 + +# +# Ignore result of HBA i2c sequence +# +RSPDriver.HBA_RESULT_IGNORE=1 -- GitLab