Index: firmware/App/Modes/ModeService.h =================================================================== diff -u -rde5a0d43bdef611d963d11855bc958a8d8899a09 -r30f049651877229042e3f8700c8596e5b9a1e0f4 --- firmware/App/Modes/ModeService.h (.../ModeService.h) (revision de5a0d43bdef611d963d11855bc958a8d8899a09) +++ firmware/App/Modes/ModeService.h (.../ModeService.h) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) @@ -31,9 +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 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 /**@}*/