Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -r7b823539be3fde41aa676263188d1af679b2f411 -r1a685471524555a374854c0c9ec8e208e71fe2df --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 7b823539be3fde41aa676263188d1af679b2f411) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 1a685471524555a374854c0c9ec8e208e71fe2df) @@ -8,19 +8,21 @@ * @file ModePreTreat.c * * @author (last) Sean Nash -* @date (last) 28-Aug-2020 +* @date (last) 06-Oct-2020 * * @author (original) Dara Navaei * @date (original) 05-Nov-2019 * ***************************************************************************/ +#include "AirTrap.h" #include "AlarmLamp.h" #include "BloodFlow.h" #include "DialInFlow.h" #include "DialOutFlow.h" #include "Buttons.h" #include "OperationModes.h" +#include "SystemCommMessages.h" #include "ModePreTreat.h" #include "SystemCommMessages.h" #ifdef RM46_EVAL_BOARD_TARGET @@ -42,9 +44,8 @@ /*********************************************************************//** * @brief * The initPreTreatmentMode function initializes the Pre-Treatment Mode module. - * @details - * Inputs : none - * Outputs : Pre-Treatment Mode module initialized. + * @details Inputs: none + * @details Outputs: Pre-Treatment Mode module initialized. * @return none *************************************************************************/ void initPreTreatmentMode( void ) @@ -55,9 +56,8 @@ * @brief * The transitionToPreTreatmentMode function prepares for transition to * pre-treatment mode. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return none *************************************************************************/ void transitionToPreTreatmentMode( void ) @@ -72,9 +72,8 @@ /*********************************************************************//** * @brief * The execFaultMode function executes the Pre-Treatment Mode state machine. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return current state (sub-mode) *************************************************************************/ U32 execPreTreatmentMode( void )