Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r29a2c3c7d7618489c0ada9f98e1d30226b455392 -r2a3a47ca90ad19851a30c52f6999a56d5f578783 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 29a2c3c7d7618489c0ada9f98e1d30226b455392) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 2a3a47ca90ad19851a30c52f6999a56d5f578783) @@ -910,8 +910,9 @@ BOOL const dialysateTempRecovered = fabs( dgDialysateTemp - dgTrimmerTempSet ) < DIALYSATE_TEMP_RECOVERY_TOLERANCE_C ? TRUE : FALSE; -#ifndef DISABLE_DIALYSATE_TEMP_CHECK +#ifndef _RELEASE_ if ( getSoftwareConfigStatus( SW_CONFIG_DISABLE_DIALYSATE_TEMP_CHECK ) != SW_CONFIG_ENABLE_VALUE ) +#endif { if ( TRUE == isPersistentAlarmTriggered( ALARM_ID_DIALYSATE_TEMPERATURE_HIGH, dialysateHighTemp ) ) { @@ -933,7 +934,6 @@ clearAlarmCondition( ALARM_ID_DIALYSATE_TEMPERATURE_LOW ); } } -#endif } // ********** private functions **********