Index: firmware/App/Modes/PreTreatmentRecirc.c =================================================================== diff -u -r9576fd573a9dfefb502da5668841ea5f7fe072f1 -r7dc4bb045389ac95e6658602f2659f6071542361 --- firmware/App/Modes/PreTreatmentRecirc.c (.../PreTreatmentRecirc.c) (revision 9576fd573a9dfefb502da5668841ea5f7fe072f1) +++ firmware/App/Modes/PreTreatmentRecirc.c (.../PreTreatmentRecirc.c) (revision 7dc4bb045389ac95e6658602f2659f6071542361) @@ -101,8 +101,8 @@ if ( ( recircTOAlarmGiven != TRUE ) && ( TRUE == didTimeout( preTxRecircStartTime, WARNING_HIGH_PRIME_COMPLETED_TIME_MS ) ) ) { recircTOAlarmGiven = TRUE; - clearAlarm( ALARM_ID_PRIME_COMPLETED_MEDIUM ); - activateAlarmNoData( ALARM_ID_PRIME_COMPLETED_HIGH ); + clearAlarm( ALARM_ID_HD_PRIME_COMPLETED_MEDIUM ); + activateAlarmNoData( ALARM_ID_HD_PRIME_COMPLETED_HIGH ); } // execute pre-treatment recirculate state machine @@ -215,8 +215,8 @@ if ( ( recircTOWarningGiven != TRUE ) && ( TRUE == didTimeout( preTxRecircStartTime, WARNING_MEDIUM_PRIME_COMPLETED_TIME_MS ) ) ) { recircTOWarningGiven = TRUE; - clearAlarm( ALARM_ID_PRIME_COMPLETED_LOW_PRIORITY ); - activateAlarmNoData( ALARM_ID_PRIME_COMPLETED_MEDIUM ); + clearAlarm( ALARM_ID_HD_PRIME_COMPLETED_LOW_PRIORITY ); + activateAlarmNoData( ALARM_ID_HD_PRIME_COMPLETED_MEDIUM ); } if ( TRUE == doesAlarmStatusIndicateStop() )