Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 -r30f049651877229042e3f8700c8596e5b9a1e0f4 --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) @@ -31,12 +31,12 @@ // ********** public function prototypes ********** -void initStandbyMode( void ); // initialize this module -void transitionToStandbyMode( void ); // prepares for transition to standby mode -U32 execStandbyMode( void ); // execute the standby mode state machine (call from OperationModes) +void initStandbyMode( void ); // Initialize this module +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 -void signalAlarmActionToStandbyMode( ALARM_ACTION_T action ); // execute alarm action as appropriate for Standby mode +void signalAlarmActionToStandbyMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for Standby mode /**@}*/