Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -r371355c43e19849e5b1dd27286f62f4424d07ccf -r91068f6a6f3e2adae502fcda49e901e5ed752632 --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 371355c43e19849e5b1dd27286f62f4424d07ccf) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 91068f6a6f3e2adae502fcda49e901e5ed752632) @@ -32,6 +32,7 @@ #include "ModeTreatmentParams.h" #include "NVDataMgmt.h" #include "OperationModes.h" +#include "PresOccl.h" #include "RTC.h" #include "Switches.h" #include "SyringePump.h" @@ -136,6 +137,7 @@ resetBloodPumpRotorCount(); resetDialInPumpRotorCount(); resetPreLoadStatus(); + resetPresOccl(); setVenousBubbleDetectionEnabled( FALSE ); setCurrentSubState( NO_SUB_STATE ); clearNoRetriggerFlag();