Index: firmware/App/Controllers/PresOccl.c =================================================================== diff -u -r050984357442e3ee0d6d5b21e274c1306643c598 -rea73bfe6fbeae8e42c7c22a68338aed6fa340914 --- firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision 050984357442e3ee0d6d5b21e274c1306643c598) +++ firmware/App/Controllers/PresOccl.c (.../PresOccl.c) (revision ea73bfe6fbeae8e42c7c22a68338aed6fa340914) @@ -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();