Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r2a03f6c87706478406a4962d70f5bae2ccb57728 -re5c6383e93940c2722d3bf73beb1d13a6d3eae6e --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 2a03f6c87706478406a4962d70f5bae2ccb57728) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision e5c6383e93940c2722d3bf73beb1d13a6d3eae6e) @@ -7,8 +7,8 @@ * * @file PresOccl.c * -* @author (last) Sean Nash -* @date (last) 21-Apr-2023 +* @author (last) Dara Navaei +* @date (last) 02-May-2023 * * @author (original) Sean * @date (original) 15-Jan-2020 @@ -418,7 +418,7 @@ U08 artPresStatus = (U08)( fpgaArtPres >> SHIFT_14_BITS ); checkFPGAPersistentAlarms( FPGA_PERS_ERROR_ARTERIAL_PRESSURE_SENSOR, artReadCtr ); - //checkFPGAPersistentAlarms( FPGA_PERS_ERROR_VENOUS_PRESSURE_SESNOR, venReadCtr, venReadCtr ); // TODO investigate this with Noe + checkFPGAPersistentAlarms( FPGA_PERS_ERROR_VENOUS_PRESSURE_SESNOR, venReadCtr ); if ( ARTERIAL_PRESSURE_NORMAL_OP == artPresStatus ) { @@ -928,7 +928,7 @@ if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_OCCLUSION_SELF_TEST ) != SW_CONFIG_ENABLE_VALUE ) #endif { - U32 const bpPressure = getMeasuredBloodPumpOcclusion(); + U32 bpPressure = getMeasuredBloodPumpOcclusion(); if ( ( bpPressure < CARTRIDGE_LOADED_THRESHOLD ) || ( bpPressure > OCCLUSION_CARTRIDGE_LOADED_PRESSURE_READING_MAX ) ) {