Index: firmware/App/Controllers/DialOutFlow.c =================================================================== diff -u -rd954cab1e721ac955f98feb260d7b978ec14ccab -r6463655c18b173e335b6d475ac7289336f1bf092 --- firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision d954cab1e721ac955f98feb260d7b978ec14ccab) +++ firmware/App/Controllers/DialOutFlow.c (.../DialOutFlow.c) (revision 6463655c18b173e335b6d475ac7289336f1bf092) @@ -904,11 +904,11 @@ /*********************************************************************//** * @brief * The testSetDialOutPumpAndLoadCellDataPublishIntervalOverride function overrides the \n - * dialout vol data publish interval. + * dialout data publish interval. * @details * Inputs : none * Outputs : dialOutDataPublishInterval - * @param value : override dialout vol data publish interval with (in ms) + * @param value : override dialout data publish interval with (in ms) * @return TRUE if override successful, FALSE if not *************************************************************************/ BOOL testSetDialOutPumpAndLoadCellDataPublishIntervalOverride( U32 value ) @@ -930,11 +930,11 @@ /*********************************************************************//** * @brief * The testResetDialOutPumpAndLoadCellDataPublishIntervalOverride function resets the override \n - * of the dialout vol data publish interval. + * of the dialout data publish interval. * @details * Inputs : none * Outputs : dialOutDataPublishInterval - * @return TRUE if override reset successful, FALSE if not + * @return TRUE if reset reset successful, FALSE if not *************************************************************************/ BOOL testResetDialOutPumpAndLoadCellDataPublishIntervalOverride( void ) { @@ -953,7 +953,7 @@ /*********************************************************************//** * @brief * The testSetDialOutUFRefVolumeOverride function overrides the target \n - * dialout vol rate. \n + * dialout vol rate. * @details * Inputs : referenceUFVolumeInMl * Outputs : referenceUFVolumeInMl @@ -981,7 +981,7 @@ * @details * Inputs : referenceUFVolumeInMl * Outputs : referenceUFVolumeInMl - * @return TRUE if override reset successful, FALSE if not + * @return TRUE if reset reset successful, FALSE if not *************************************************************************/ BOOL testResetDialOutUFRefVolumeOverride( void ) { @@ -1000,7 +1000,7 @@ /*********************************************************************//** * @brief * The testSetDialOutUFTotVolumeOverride function overrides the measured \n - * dialout vol rate. \n + * dialout vol rate. * @details * Inputs : totalMeasuredUFVolumeInMl * Outputs : totalMeasuredUFVolumeInMl @@ -1028,7 +1028,7 @@ * @details * Inputs : totalMeasuredUFVolumeInMl * Outputs : totalMeasuredUFVolumeInMl - * @return TRUE if override reset successful, FALSE if not + * @return TRUE if reset reset successful, FALSE if not *************************************************************************/ BOOL testResetDialOutUFTotVolumeOverride( void ) { @@ -1047,7 +1047,7 @@ /*********************************************************************//** * @brief * The testSetMeasuredDialOutPumpRotorSpeedOverride function overrides the measured \n - * dialOut pump rotor speed. \n + * dialOut pump rotor speed. * @details * Inputs : DialOutPumpRotorSpeedRPM * Outputs : DialOutPumpRotorSpeedRPM @@ -1075,7 +1075,7 @@ * @details * Inputs : DialOutPumpRotorSpeedRPM * Outputs : DialOutPumpRotorSpeedRPM - * @return TRUE if override reset successful, FALSE if not + * @return TRUE if reset reset successful, FALSE if not *************************************************************************/ BOOL testResetMeasuredDialOutPumpRotorSpeedOverride( void ) { @@ -1094,7 +1094,7 @@ /*********************************************************************//** * @brief * The testSetMeasuredDialOutPumpSpeedOverride function overrides the measured \n - * dialOut pump motor speed. \n + * dialOut pump motor speed. * @details * Inputs : dialOutPumpSpeedRPM * Outputs : dialOutPumpSpeedRPM @@ -1122,7 +1122,7 @@ * @details * Inputs : dialOutPumpSpeedRPM * Outputs : dialOutPumpSpeedRPM - * @return TRUE if override reset successful, FALSE if not + * @return TRUE if reset reset successful, FALSE if not *************************************************************************/ BOOL testResetMeasuredDialOutPumpSpeedOverride( void ) { @@ -1169,7 +1169,7 @@ * @details * Inputs : dialOutPumpMCSpeedRPM * Outputs : dialOutPumpMCSpeedRPM - * @return TRUE if override reset successful, FALSE if not + * @return TRUE if reset reset successful, FALSE if not *************************************************************************/ BOOL testResetMeasuredDialOutPumpMCSpeedOverride( void ) { @@ -1216,7 +1216,7 @@ * @details * Inputs : dialOutPumpMCCurrentmA * Outputs : dialOutPumpMCCurrentmA - * @return TRUE if override reset successful, FALSE if not + * @return TRUE if reset reset successful, FALSE if not *************************************************************************/ BOOL testResetMeasuredDialOutPumpMCCurrentOverride( void ) { @@ -1268,7 +1268,7 @@ * Inputs : loadCellWeightInGrams[] * Outputs : loadCellWeightInGrams[] * @param sensor : ID of load cell sensor to override weight for - * @return TRUE if override successful, FALSE if not + * @return TRUE if reset successful, FALSE if not *************************************************************************/ BOOL testResetDialOutLoadCellWeightOverride( U32 sensor ) {