Index: firmware/App/Modes/StateTxDialysis.c =================================================================== diff -u -re5bdea41a3ff7ccd3147a0ca1e0081cdb1fdbdbe -r50f4b79164155c1bc375dd3ff0e8588f934dc729 --- firmware/App/Modes/StateTxDialysis.c (.../StateTxDialysis.c) (revision e5bdea41a3ff7ccd3147a0ca1e0081cdb1fdbdbe) +++ firmware/App/Modes/StateTxDialysis.c (.../StateTxDialysis.c) (revision 50f4b79164155c1bc375dd3ff0e8588f934dc729) @@ -26,7 +26,7 @@ //#include "NVDataMgmt.h" #include "OperationModes.h" #include "StateTxDialysis.h" -//#include "Switches.h" +#include "Switches.h" #include "TaskGeneral.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 );