Index: firmware/App/Modes/ModePreTreat.c =================================================================== diff -u -rd9d085cdca67200ecddbdfbc75c489e704b23081 -r37a8a58b766a496b39241dd7ae46dc10dbda35e4 --- firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision d9d085cdca67200ecddbdfbc75c489e704b23081) +++ firmware/App/Modes/ModePreTreat.c (.../ModePreTreat.c) (revision 37a8a58b766a496b39241dd7ae46dc10dbda35e4) @@ -43,9 +43,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 ) @@ -56,9 +55,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 ) @@ -85,9 +83,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 ) @@ -119,9 +116,8 @@ * @brief * The signalUserBeginningTreatment function handles user start of a * treatment. - * @details - * Inputs : none - * Outputs : requested mode transition to treatment mode + * @details Inputs: none + * @details Outputs: requested mode transition to treatment mode * @return TRUE if signal accepted, FALSE if not *************************************************************************/ BOOL signalUserBeginningTreatment( void )