Index: firmware/App/Modes/ModePostTreat.c =================================================================== diff -u -rd91a24c730aeb5cd7e3eba9ef4eca78e442911f8 -r37a8a58b766a496b39241dd7ae46dc10dbda35e4 --- firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision d91a24c730aeb5cd7e3eba9ef4eca78e442911f8) +++ firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision 37a8a58b766a496b39241dd7ae46dc10dbda35e4) @@ -39,9 +39,8 @@ /*********************************************************************//** * @brief * The initPostTreatmentMode function initializes the Post-Treatment Mode module. - * @details - * Inputs : none - * Outputs : Post-Treatment Mode module initialized. + * @details Inputs: none + * @details Outputs: Post-Treatment Mode module initialized. * @return none *************************************************************************/ void initPostTreatmentMode( void ) @@ -52,9 +51,8 @@ * @brief * The transitionToPostTreatmentMode function prepares for transition to * post-treatment mode. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return none *************************************************************************/ void transitionToPostTreatmentMode( void ) @@ -79,9 +77,8 @@ /*********************************************************************//** * @brief * The execFaultMode function executes the Post-Treatment Mode state machine. - * @details - * Inputs : none - * Outputs : none + * @details Inputs: none + * @details Outputs: none * @return current state (sub-mode) *************************************************************************/ U32 execPostTreatmentMode( void )