Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r30f049651877229042e3f8700c8596e5b9a1e0f4 -rbb114842e73659f097bb8b8ec0d670bfa4f8cb73 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision bb114842e73659f097bb8b8ec0d670bfa4f8cb73) @@ -35,7 +35,7 @@ void transitionToStandbyMode( void ); // Prepares for transition to standby mode U32 execStandbyMode( void ); // Execute the standby mode state machine (call from OperationModes) -BOOL signalUserStartingTreatment( void ); // User has initiated a treatment - go to treatment parameters mode +BOOL signalUserInitiateTreatment( void ); // User has initiated a treatment - go to treatment parameters mode void signalAlarmActionToStandbyMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for Standby mode /**@}*/