Index: firmware/App/Modes/StateTxPaused.c =================================================================== diff -u -r8345f0415ce34f2f47afcbf613a00216769f51c6 -rbbd48b033ef7307a30815e490eb28825c7afcc2b --- firmware/App/Modes/StateTxPaused.c (.../StateTxPaused.c) (revision 8345f0415ce34f2f47afcbf613a00216769f51c6) +++ firmware/App/Modes/StateTxPaused.c (.../StateTxPaused.c) (revision bbd48b033ef7307a30815e490eb28825c7afcc2b) @@ -21,6 +21,7 @@ #include "Common.h" #include "DDInterface.h" #include "FluidBolus.h" +#include "HemoDiaFiltration.h" #include "Messaging.h" #include "ModeStandby.h" #include "ModeTreatment.h" @@ -101,7 +102,7 @@ void transitionToTreatmentPaused( void ) { initTreatmentPaused(); - + StopHemodiafiltration(); setCurrentSubState( (U32)currentTxPausedState ); setCurrent4thLevelState( NO_SUB_STATE ); // Set user alarm recovery actions allowed in this sub-mode