Index: firmware/App/Controllers/BloodLeak.h =================================================================== diff -u -r583200689050b6fc66ca5157168dd8db905dde45 -r2a56b8fc2d697e94b94f784b7b3dacee4ff3bed3 --- firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 583200689050b6fc66ca5157168dd8db905dde45) +++ firmware/App/Controllers/BloodLeak.h (.../BloodLeak.h) (revision 2a56b8fc2d697e94b94f784b7b3dacee4ff3bed3) @@ -71,7 +71,7 @@ SELF_TEST_STATUS_T execBloodLeakSelfTest( void ); BLOOD_LEAK_STATUS_T getBloodLeakStatus( void ); -SELF_TEST_STATUS_T getBloodLeakSelfTestStatus( void ); +SELF_TEST_STATUS_T getBloodLeakSelfTestStatus( void ); BOOL testSetBloodLeakDataPublishIntervalOverride( U32 value ); BOOL testResetBloodLeakDataPublishIntervalOverride( void ); Index: firmware/App/Modes/Dialysis.c =================================================================== diff -u -r7926f42760eaef4a1a216c15b20dd83de81a786a -r2a56b8fc2d697e94b94f784b7b3dacee4ff3bed3 --- firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 7926f42760eaef4a1a216c15b20dd83de81a786a) +++ firmware/App/Modes/Dialysis.c (.../Dialysis.c) (revision 2a56b8fc2d697e94b94f784b7b3dacee4ff3bed3) @@ -1027,7 +1027,6 @@ // Reset bolus data before we start bolusSalineVolumeDelivered_mL = 0.0; bolusSalineLastVolumeTimeStamp = getMSTimerCount(); - // Bypass dialyzer setValvePosition( VDI, VALVE_POSITION_C_CLOSE ); setValvePosition( VDO, VALVE_POSITION_C_CLOSE );