Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r6cc48a92eda5d3b797eb470b37bb097907dbea8e -r28cd9da453de6282baea3113cf9f787810aae1e5 --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 6cc48a92eda5d3b797eb470b37bb097907dbea8e) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 28cd9da453de6282baea3113cf9f787810aae1e5) @@ -7,8 +7,8 @@ * * @file PresOccl.c * -* @author (last) Darren Cox -* @date (last) 10-Mar-2022 +* @author (last) Dara Navaei +* @date (last) 26-May-2022 * * @author (original) Sean * @date (original) 15-Jan-2020 @@ -423,8 +423,8 @@ #ifndef _RELEASE_ if ( SW_CONFIG_ENABLE_VALUE == getSoftwareConfigStatus( SW_CONFIG_ENABLE_DVT_ARTERIAL_PRESSURE_SENSOR ) ) - { #endif + { if ( ARTERIAL_PRESSURE_NORMAL_OP == artPresStatus ) { U08 artReadCtr = getFPGADVTArterialPressureReadCounter(); @@ -453,8 +453,8 @@ #ifndef _RELEASE_ if ( getSoftwareConfigStatus( SW_CONFIG_ENABLE_DVT_ARTERIAL_PRESSURE_SENSOR ) != SW_CONFIG_ENABLE_VALUE ) - { #endif + { if ( 0 == artPresAlarm ) { U08 artReadCtr = getFPGAArterialPressureReadCounter();