Index: firmware/App/Modes/StatePreTxHeparinSetup.c =================================================================== diff -u -r53ded5e26646574d5bae2cebd5de47a2ac5a3c2d -raf1e58e3760be09083f2d349f7d37c19e1275ac6 --- firmware/App/Modes/StatePreTxHeparinSetup.c (.../StatePreTxHeparinSetup.c) (revision 53ded5e26646574d5bae2cebd5de47a2ac5a3c2d) +++ firmware/App/Modes/StatePreTxHeparinSetup.c (.../StatePreTxHeparinSetup.c) (revision af1e58e3760be09083f2d349f7d37c19e1275ac6) @@ -281,7 +281,7 @@ * @brief * The handlePreTxHeparinPreloadState function handles the syringe pump * retract and preload sequence. - * @details \b Alarm: ALARM_ID_UI_RESERVED_127 when syringe preload is + * @details \b Alarm: ALARM_ID_TD_PRE_TX_HEPARIN_LOAD_SYRINGE when syringe preload is * complete and syringe loading confirmation is required. * @details \b Inputs: syringeRetractStarted, syringePreloadStarted, * alarm stop status, syringe pump position, preload status, and syringe @@ -303,7 +303,7 @@ } else if ( TRUE == isSyringePumpPreLoaded() ) { - activateAlarmNoData( ALARM_ID_UI_RESERVED_127 ); + activateAlarmNoData( ALARM_ID_TD_PRE_TX_HEPARIN_LOAD_SYRINGE ); state = PRE_TX_HEPARIN_SETUP_AWAIT_SYRINGE_LOAD_CONFIRMATION_STATE; } else if ( FALSE == isSyringePumpPositionKnown() )