Index: firmware/App/Modes/StateTxDialysis.c =================================================================== diff -u -re5bdea41a3ff7ccd3147a0ca1e0081cdb1fdbdbe -r289696b3b5e15120cfecbe447ff45ef093959056 --- firmware/App/Modes/StateTxDialysis.c (.../StateTxDialysis.c) (revision e5bdea41a3ff7ccd3147a0ca1e0081cdb1fdbdbe) +++ firmware/App/Modes/StateTxDialysis.c (.../StateTxDialysis.c) (revision 289696b3b5e15120cfecbe447ff45ef093959056) @@ -22,12 +22,12 @@ #include "DDInterface.h" #include "Messaging.h" #include "ModeTreatment.h" -#include "ModeTxParams.h" //#include "NVDataMgmt.h" #include "OperationModes.h" #include "StateTxDialysis.h" -//#include "Switches.h" +#include "Switches.h" #include "TaskGeneral.h" +#include "TxParams.h" #include "Valves.h" /** @@ -105,7 +105,7 @@ U32 acidType = getTreatmentParameterU32( TREATMENT_PARAM_ACID_CONCENTRATE ); U32 bicbType = getTreatmentParameterU32( TREATMENT_PARAM_BICARB_CONCENTRATE ); -// doorClosedRequired( TRUE, TRUE ); + doorClosedRequired( TRUE ); // Set user alarm recovery actions allowed in this sub-mode setAlarmUserActionEnabled( ALARM_USER_ACTION_RESUME, TRUE );