Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r8373758a03ea82b46b4b313d2f2b24e3974a17f6 -r556e92463ab2f246b151d31d8bcd96b3ee87ad3f --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 8373758a03ea82b46b4b313d2f2b24e3974a17f6) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 556e92463ab2f246b151d31d8bcd96b3ee87ad3f) @@ -421,8 +421,9 @@ #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(); @@ -451,8 +452,8 @@ #ifndef _RELEASE_ if ( getSoftwareConfigStatus( SW_CONFIG_ENABLE_DVT_ARTERIAL_PRESSURE_SENSOR ) != SW_CONFIG_ENABLE_VALUE ) - { #endif + { if ( 0 == artPresAlarm ) { U08 artReadCtr = getFPGAArterialPressureReadCounter();