Index: firmware/App/Monitors/Conductivity.c =================================================================== diff -u -r5ad3da2cfc5014e6beebf3b67ef394a3a65426a0 -r764e0e8c7a889f72a9b6bdced9ef08a09d72b36e --- firmware/App/Monitors/Conductivity.c (.../Conductivity.c) (revision 5ad3da2cfc5014e6beebf3b67ef394a3a65426a0) +++ firmware/App/Monitors/Conductivity.c (.../Conductivity.c) (revision 764e0e8c7a889f72a9b6bdced9ef08a09d72b36e) @@ -372,7 +372,7 @@ * The getRORejectonRatio function returns the RO rejection ratio * @details \b Inputs: none * @details \b Outputs: none - * @return the RO rejection ratio + * @return the RO rejection ratio in percentage *************************************************************************/ F32 getRORejectonRatio( void ) { @@ -385,7 +385,7 @@ * during tank fill state * @details \b Inputs: none * @details \b Outputs: none - * @return the tank fill RO rejection ratio + * @return the tank fill RO rejection ratio in percentage *************************************************************************/ F32 getTankFillRORejectionRatio( void ) { @@ -397,7 +397,7 @@ * The getRORRAverage function returns the average RO rejection ratio * @details \b Inputs: none * @details \b Outputs: none - * @return the average RO rejection ratio + * @return the average RO rejection ratio in percentage *************************************************************************/ F32 getRORRAverage( void ) { @@ -412,7 +412,7 @@ * during tank fill state * @details \b Inputs: none * @details \b Outputs: none - * @return the average tank fill RO rejection ratio + * @return the average tank fill RO rejection ratio in percentage *************************************************************************/ F32 getTankFillRORRAverage( void ) {