Index: firmware/App/HDCommon.h =================================================================== diff -u -r92c04526739f32e904fe258bd622aa08734ce343 -ra97fcffbe7b7b2d9543358ac06868829d41cf173 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 92c04526739f32e904fe258bd622aa08734ce343) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision a97fcffbe7b7b2d9543358ac06868829d41cf173) @@ -52,7 +52,7 @@ #define DISABLE_SYRINGE_PUMP 1 // Disable syringe pump functionality #define DISABLE_PRESSURE_CHECKS 1 // Do not error on HD pressure checks // #define DISABLE_UF_ALARMS 1 // Do not error on HD ultrafiltration checks - #define DISABLE_VALVE_ALARMS 1 // Do not error on HD valve position +// #define DISABLE_VALVE_ALARMS 1 // Do not error on HD valve position #define DISABLE_CAL_CHECK 1 // #define RUN_PUMPS_OPEN_LOOP 1 // BP and DPi pumps will be run open loop (no flow sensor feedback) // #define RAW_FLOW_SENSOR_DATA 1 // Test build will not filter flow sensor data @@ -72,6 +72,7 @@ #define SKIP_CARTRIDGE_REMOVAL 1 // Skip cartridge removal check #define SKIP_EMPTY_RES_CHECK 1 // Skip reservoir empty check + #include #include #endif