Index: firmware/App/Controllers/DGInterface.c =================================================================== diff -u -r9302e1bd2413cbf99e80ac51aac38502d94801d9 -r4459be59bdc2896b44bcf6cd42d2762190e23c16 --- firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 9302e1bd2413cbf99e80ac51aac38502d94801d9) +++ firmware/App/Controllers/DGInterface.c (.../DGInterface.c) (revision 4459be59bdc2896b44bcf6cd42d2762190e23c16) @@ -110,7 +110,7 @@ /*********************************************************************//** * @brief - * The initTreatmentReservoirMgmt function initializes the treatment reservoir \n + * The initTreatmentReservoirMgmt function initializes the treatment reservoir * management state machine. * @details * Inputs : none @@ -127,7 +127,7 @@ /*********************************************************************//** * @brief - * The execTreatmentReservoirMgmt function executes the state machine for the \n + * The execTreatmentReservoirMgmt function executes the state machine for the * reservoir management during treatment mode. * @details * Inputs : none @@ -294,7 +294,7 @@ /*********************************************************************//** * @brief - * The getDGPressure function gets the latest pressure reported by the DG \n + * The getDGPressure function gets the latest pressure reported by the DG * for a given pressure sensor. * @details * Inputs : dgPressures[] @@ -320,7 +320,7 @@ /*********************************************************************//** * @brief - * The getDGROPumpPressureSetPt function gets the latest RO pump \n + * The getDGROPumpPressureSetPt function gets the latest RO pump * pressure set point reported by the DG. * @details * Inputs : dgROPumpPressureSetPtPSI @@ -336,7 +336,7 @@ /*********************************************************************//** * @brief - * The getDGROPumpFlowRateMlMin function gets the latest RO pump flow \n + * The getDGROPumpFlowRateMlMin function gets the latest RO pump flow * rate reported by the DG. * @details * Inputs : dgROPumpFlowRateMlMin @@ -352,7 +352,7 @@ /*********************************************************************//** * @brief - * The getDGDrainPumpRPMSetPt function gets the latest drain pump RPM \n + * The getDGDrainPumpRPMSetPt function gets the latest drain pump RPM * set point reported by the DG. * @details * Inputs : dgDrainPumpSpeedSetPtRPM @@ -368,7 +368,7 @@ /*********************************************************************//** * @brief - * The setDGOpMode function sets the latest DG operating mode reported by \n + * The setDGOpMode function sets the latest DG operating mode reported by * the DG. * @details * Inputs : none @@ -392,7 +392,7 @@ /*********************************************************************//** * @brief - * The setDialysateTemperatureReadings function sets the latest dialysate \n + * The setDialysateTemperatureReadings function sets the latest dialysate * temperatures reported by the DG. * @details * Inputs : none @@ -409,7 +409,7 @@ /*********************************************************************//** * @brief - * The setDGDialysateTemperatures function sets the latest temperature data \n + * The setDGDialysateTemperatures function sets the latest temperature data * reported by the DG. * @details * Inputs : none @@ -426,7 +426,7 @@ /*********************************************************************//** * @brief - * The setDGReservoirsData function sets the latest reservoir data \n + * The setDGReservoirsData function sets the latest reservoir data * reported by the DG. * @details * Inputs : none @@ -502,7 +502,7 @@ /*********************************************************************//** * @brief - * The cmdSetDGDialysateTargetTemps function sends a target dialysate \n + * The cmdSetDGDialysateTargetTemps function sends a target dialysate * temperature command message to the DG. * @details * Inputs : none @@ -520,7 +520,7 @@ /*********************************************************************//** * @brief - * The cmdStartDG function sends a start command to the DG. DG will transition \n + * The cmdStartDG function sends a start command to the DG. DG will transition * from standby to re-circulate mode and start producing warm, pure water. * @details * Inputs : none @@ -535,7 +535,7 @@ /*********************************************************************//** * @brief - * The cmdStopDG function sends a stop command to the DG. DG will transition \n + * The cmdStopDG function sends a stop command to the DG. DG will transition * from re-circulate mode to standby mode. Pumps and heater go off. * @details * Inputs : none @@ -550,7 +550,7 @@ /*********************************************************************//** * @brief - * The cmdStartDGTrimmerHeater function sends a start trimmer heater command \n + * The cmdStartDGTrimmerHeater function sends a start trimmer heater command * to the DG. * @details * Inputs : none @@ -565,7 +565,7 @@ /*********************************************************************//** * @brief - * The cmdStopDGTrimmerHeater function sends a stop trimmer heater command \n + * The cmdStopDGTrimmerHeater function sends a stop trimmer heater command * to the DG. * @details * Inputs : none @@ -580,7 +580,7 @@ /*********************************************************************//** * @brief - * The cmdSetDGActiveReservoir function sends a set active reservoir command \n + * The cmdSetDGActiveReservoir function sends a set active reservoir command * message to the DG. * @details * Inputs : none