Index: firmware/App/Modes/ModeService.h =================================================================== diff -u -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 -r30f049651877229042e3f8700c8596e5b9a1e0f4 --- firmware/App/Modes/ModeService.h (.../ModeService.h) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) +++ firmware/App/Modes/ModeService.h (.../ModeService.h) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) @@ -31,10 +31,10 @@ // ********** private function prototypes ********** -void initServiceMode( void ); // initialize this module -void transitionToServiceMode( void ); // prepares for transition to service mode -U32 execServiceMode( void ); // execute the service mode state machine (call from OperationModes) -void signalAlarmActionToServiceMode( ALARM_ACTION_T action ); // execute alarm action as appropriate for Service mode +void initServiceMode( void ); // Initialize this module +void transitionToServiceMode( void ); // Prepares for transition to service mode +U32 execServiceMode( void ); // Execute the service mode state machine (call from OperationModes) +void signalAlarmActionToServiceMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for Service mode /**@}*/