Index: firmware/App/HDCommon.h =================================================================== diff -u -rfb4406458727b39d898250e92915801d058a418a -rb1f216fe36327e5df60bb02d9ecdfcab5860955a --- firmware/App/HDCommon.h (.../HDCommon.h) (revision fb4406458727b39d898250e92915801d058a418a) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision b1f216fe36327e5df60bb02d9ecdfcab5860955a) @@ -59,8 +59,8 @@ #define ALWAYS_ALLOW_SYRINGE_PUMP_CMDS 1 // Allow syringe pump commands at any time except when pump is busy #define DISABLE_PRESSURE_CHECKS 1 // Do not error on HD pressure checks -// #define DISABLE_ARTERIAL_PRESSURE_CHECK 1 // Do not error on arterial pressure out of range -// #define DISABLE_VENOUS_PRESSURE_CHECK 1 // Do not error on venous pressure out of range + #define DISABLE_ARTERIAL_PRESSURE_CHECK 1 // Do not error on arterial pressure out of range + #define DISABLE_VENOUS_PRESSURE_CHECK 1 // Do not error on venous pressure out of range // #define USE_PBO_AS_PBA 1 // PBo readings used for PBA, PBo replaced with fixed pressure (100 mmHg) // #define DISABLE_UF_ALARMS 1 // Do not error on HD ultrafiltration checks