Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -r1a685471524555a374854c0c9ec8e208e71fe2df -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 1a685471524555a374854c0c9ec8e208e71fe2df) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) @@ -71,7 +71,7 @@ /*********************************************************************//** * @brief - * The execFaultMode function executes the Pre-Treatment Mode state machine. + * The execPreTreatmentMode function executes the Pre-Treatment Mode state machine. * @details Inputs: none * @details Outputs: none * @return current state (sub-mode) @@ -118,4 +118,18 @@ return result; } +/*********************************************************************//** + * @brief + * The signalAlarmActionToPreTreatmentMode function executes the given alarm action + * as appropriate while in PreTreatment Mode. + * @details Inputs: none + * @details Outputs: given alarm action executed + * @param action ID of alarm action to execute + * @return none + *************************************************************************/ +void signalAlarmActionToPreTreatmentMode( ALARM_ACTION_T action ) +{ + +} + /**@}*/