Index: firmware/App/Modes/ModePostTreat.c =================================================================== diff -u -rd91a24c730aeb5cd7e3eba9ef4eca78e442911f8 -ra5b2f7f58ed39bd84d2ba6986850cae7feddfeb4 --- firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision d91a24c730aeb5cd7e3eba9ef4eca78e442911f8) +++ firmware/App/Modes/ModePostTreat.c (.../ModePostTreat.c) (revision a5b2f7f58ed39bd84d2ba6986850cae7feddfeb4) @@ -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,16 +77,15 @@ /*********************************************************************//** * @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 ) { BOOL stop = isStopButtonPressed(); -#ifndef UF_TEST_ENABLED +#ifdef DISABLE_UI_TREATMENT_WORKFLOW if ( TRUE == stop ) #endif {