Index: firmware/App/Monitors/Pressures.h =================================================================== diff -u -r395522dffef1348e176564925656012f529c1910 -r21368c3576cfd798ad548566899e7e10754ef37e --- firmware/App/Monitors/Pressures.h (.../Pressures.h) (revision 395522dffef1348e176564925656012f529c1910) +++ firmware/App/Monitors/Pressures.h (.../Pressures.h) (revision 21368c3576cfd798ad548566899e7e10754ef37e) @@ -49,7 +49,6 @@ PRESSURE_LIMITS_STATE_IDLE, ///< Idle - in Treatment mode state where BP is stopped - no pressure low/high alarms PRESSURE_LIMITS_STATE_WIDE, ///< Wide - in Treatment mode state where BP is running but wide limits apply PRESSURE_LIMITS_STATE_STABILIZATION, ///< Stabilization - in Treatment mode state where BP is running (dialysis or stop), but need to stabilize first - PRESSURE_LIMITS_STATE_STABILIZATION_2, ///< Second stage stabilization - re adjust the pressure that has been drifted due to UF control etc and limit windows apply PRESSURE_LIMITS_STATE_STABLE, ///< Stable - in Treatment mode state where BP is running (dialysis or stop) and limit windows apply NUM_OF_PRESSURE_LIMITS_STATES ///< Number of pressure limits states } PRESSURE_LIMITS_STATES_T;