Index: firmware/App/Modes/StateTxPaused.c =================================================================== diff -u -r9c833ef5623ce842267e284d958820ac0dc3a7fc -rfff7eb3560421130e0cd4788f84bce0a8ee7ff44 --- firmware/App/Modes/StateTxPaused.c (.../StateTxPaused.c) (revision 9c833ef5623ce842267e284d958820ac0dc3a7fc) +++ firmware/App/Modes/StateTxPaused.c (.../StateTxPaused.c) (revision fff7eb3560421130e0cd4788f84bce0a8ee7ff44) @@ -21,6 +21,7 @@ #include "Common.h" #include "DDInterface.h" #include "FluidBolus.h" +#include "HemoDiaFiltration.h" #include "Messaging.h" #include "ModeTreatment.h" //#include "NVDataMgmt.h" @@ -97,7 +98,7 @@ void transitionToTreatmentPaused( void ) { initTreatmentPaused(); - + StopHemodiafiltration(); setCurrentSubState( (U32)currentTxPausedState ); setCurrent4thLevelState( NO_SUB_STATE ); // Set user alarm recovery actions allowed in this sub-mode