Index: firmware/App/Services/Reservoirs.c =================================================================== diff -u -rd089b3bd30b565fb264817b6df70e083d8a9ec46 -r9d81efee3ea73c452bb6b84501c8accf85ab81f7 --- firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision d089b3bd30b565fb264817b6df70e083d8a9ec46) +++ firmware/App/Services/Reservoirs.c (.../Reservoirs.c) (revision 9d81efee3ea73c452bb6b84501c8accf85ab81f7) @@ -351,7 +351,7 @@ F32 targetUFFlowMLP = getCurrentUFSetRate(); F32 timeDepletionMS = ( (F32)FILL_RESERVOIR_TO_VOLUME_ML / dialysateFlowMLP ) * SEC_PER_MIN * MS_PER_SECOND; F32 timeTotalCycleMS = fillTimeMS + RESERVOIR_SETTLE_TIME_MS + RESERVOIR_CYCLE_EXTRA_MARGIN_TIME_MS + ratios.timeFillPrepMS; - F32 timeReservoirCycleMS = 0.0; + F32 timeReservoirCycleMS = 0.0F; F32 timeUFDepletionMS = NEARLY_INFINITY; // Check if target UF flow is not zero to consider it in the calculations too