Index: firmware/App/Modes/Dialysis.c =================================================================== diff -u -r2bdd010a62ea113058640fc1e9c763dcf885c93c -r5b3be58e0b2dc2ffce534363f85023d03ca561ba --- firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 2bdd010a62ea113058640fc1e9c763dcf885c93c) +++ firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 5b3be58e0b2dc2ffce534363f85023d03ca561ba) @@ -909,7 +909,7 @@ bolusSalineVolumeDelivered += volSinceLastUpdateMl; totalSalineVolumeDelivered += volSinceLastUpdateMl; bolusSalineMotorCount = u32DiffWithWrap( bolusSalineLastMotorCount, getBloodPumpMotorCount() ) / BP_HALL_EDGE_COUNTS_PER_REV; - bolusSalineVolumeDelivered_Safety = ( (F32)bolusSalineMotorCount * VOLUME_PER_BP_MOTOR_REV_ML ); // TODO - include upstream pressure compensation to this calc + bolusSalineVolumeDelivered_Safety = ( (F32)bolusSalineMotorCount * VOLUME_PER_BP_MOTOR_REV_ML ); // TODO - include upstream pressure compensation to this calc (from PBA). #ifndef DISABLE_SALINE_BOLUS_CHECKS // TODO - check for empty saline bag