Index: firmware/App/Modes/ModePostTreat.c =================================================================== diff -u -r1a685471524555a374854c0c9ec8e208e71fe2df -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 --- firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision 1a685471524555a374854c0c9ec8e208e71fe2df) +++ firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) @@ -64,7 +64,7 @@ /*********************************************************************//** * @brief - * The execFaultMode function executes the Post-Treatment Mode state machine. + * The execPostTreatmentMode function executes the Post-Treatment Mode state machine. * @details Inputs: none * @details Outputs: none * @return current state (sub-mode) @@ -89,4 +89,18 @@ return 0; // TODO - return current state } +/*********************************************************************//** + * @brief + * The signalAlarmActionToPostTreatmentMode function executes the given alarm action + * as appropriate while in PostTreatment Mode. + * @details Inputs: none + * @details Outputs: given alarm action executed + * @param action ID of alarm action to execute + * @return none + *************************************************************************/ +void signalAlarmActionToPostTreatmentMode( ALARM_ACTION_T action ) +{ + +} + /**@}*/