Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r4b22b45e775c0525bc1d76e83e265af91a59785e -rf861c4c5ab64f429e0b8b9cc456e2ed14e472f2b --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 4b22b45e775c0525bc1d76e83e265af91a59785e) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision f861c4c5ab64f429e0b8b9cc456e2ed14e472f2b) @@ -156,7 +156,7 @@ static F32 flowReadings[ SIZE_OF_ROLLING_AVG ]; ///< holds flow samples for a rolling average static U32 flowReadingsIdx = 0; ///< index for next sample in rolling average array static F32 flowReadingsTotal = 0.0; ///< rolling total - used to calc average -static U32 flowReadingsCount = 0; ///< # of samples in flow rolling average buffer +static U32 flowReadingsCount = 0; ///< number of samples in flow rolling average buffer static U32 flowReadingsTmrCtr = 0; ///< determines when to add samples to filter static U32 dipCurrErrorDurationCtr = 0; ///< used for tracking persistence of dip current errors @@ -822,7 +822,7 @@ } } -/************************************************************************* +/*********************************************************************//** * @brief * The checkDialInPumpRotor function checks the rotor for the dialysate inlet \n * pump. If homing, this function will stop when hall sensor detected. If pump \n