Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -rc9df9f42e294adae397a57bf83c2a67fa831b164 -r39dd0b7734331c784b8410f2bbd481e0f792892e --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision c9df9f42e294adae397a57bf83c2a67fa831b164) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 39dd0b7734331c784b8410f2bbd481e0f792892e) @@ -385,6 +385,7 @@ U08 dpiErrorCtr = getFPGADialInPumpOcclusionErrorCounter(); U08 dpoErrorCtr = getFPGADialOutPumpOcclusionErrorCounter(); +#ifndef DISABLE_PRESSURE_CHECKS // Check for sensor errors if ( TRUE == isPersistentAlarmTriggered( ALARM_ID_HD_BP_OCCLUSION_SENSOR_ERROR, ( bpErrorCtr != lastBPErrorCtr ) ) ) { @@ -412,6 +413,7 @@ { activateAlarmNoData( ALARM_ID_HD_DPO_OCCLUSION_READ_TIMEOUT_ERROR ); } +#endif // Record occlusion sensor readings bloodPumpOcclusion.data = (U32)getFPGABloodPumpOcclusion();