Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r1a685471524555a374854c0c9ec8e208e71fe2df -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 1a685471524555a374854c0c9ec8e208e71fe2df) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) @@ -326,4 +326,18 @@ return result; } +/*********************************************************************//** + * @brief + * The signalAlarmActionToStandbyMode function executes the given alarm action + * as appropriate while in Standby Mode. + * @details Inputs: none + * @details Outputs: given alarm action executed + * @param action ID of alarm action to execute + * @return none + *************************************************************************/ +void signalAlarmActionToStandbyMode( ALARM_ACTION_T action ) +{ + +} + /**@}*/