Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -r6499ea25921fcf67826fa0c35bb03caf411ba542 -rfcaca0915c314d04b9fa96c1960d32b63ab877db --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 6499ea25921fcf67826fa0c35bb03caf411ba542) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision fcaca0915c314d04b9fa96c1960d32b63ab877db) @@ -925,7 +925,7 @@ // Set the start time to 0 for the next drain and update the current load cell reading to the previous value reservoirWeightUnchangeStartTime[ reservoirId ] = 0; reservoirPreviousStatus[ reservoirId ].previousReservoirWeightG = getLoadCellSmallFilteredWeight( associatedLoadCell[ reservoirId ] ); - reservoirPreviousStatus[ reservoirId ].previousDrainFlowML = 0.0; + reservoirPreviousStatus[ reservoirId ].previousDrainFlowML = 0.0F; }