Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -r94895e32fe18e78b98fe3bb7786838cf00afdbfa -r7138d8ca7496d3ee0f788ea1d9a34bb47e45da6e --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 94895e32fe18e78b98fe3bb7786838cf00afdbfa) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 7138d8ca7496d3ee0f788ea1d9a34bb47e45da6e) @@ -896,9 +896,6 @@ } -/**@}*/ - - /************************************************************************* * TEST SUPPORT FUNCTIONS *************************************************************************/ @@ -1144,7 +1141,7 @@ /*********************************************************************//** * @brief * The testSetMeasuredDialOutPumpMCSpeedOverride function overrides the measured \n - * dialIn pump motor speed. \n + * dialIn pump motor speed. * @details * Inputs : dialOutPumpMCSpeedRPM * Outputs : dialOutPumpMCSpeedRPM @@ -1191,7 +1188,7 @@ /*********************************************************************//** * @brief * The testSetMeasuredDialOutPumpMCCurrentOverride function overrides the measured \n - * dialIn pump motor current. \n + * dialIn pump motor current. * @details * Inputs : dialOutPumpMCCurrentmA * Outputs : dialOutPumpMCCurrentmA @@ -1238,7 +1235,7 @@ /*********************************************************************//** * @brief * The testSetDialOutLoadCellWeightOverride function overrides the value of the \n - * load cell sensor with a given weight (in grams). \n + * load cell sensor with a given weight (in grams). * @details * Inputs : loadCellWeightInGrams[] * Outputs : loadCellWeightInGrams[] @@ -1290,4 +1287,4 @@ return result; } - +/**@}*/