Index: firmware/App/Modes/ModeService.h =================================================================== diff -u -rde5a0d43bdef611d963d11855bc958a8d8899a09 -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 --- firmware/App/Modes/ModeService.h (.../ModeService.h) (revision de5a0d43bdef611d963d11855bc958a8d8899a09) +++ firmware/App/Modes/ModeService.h (.../ModeService.h) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) @@ -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 /**@}*/