Index: firmware/App/DDCommon.h =================================================================== diff -u -r90de09d56781a566bf16e462c08c98acd95c4c19 -rb085a36e252a01504b415bf145e4b1fc129cdcdf --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 90de09d56781a566bf16e462c08c98acd95c4c19) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision b085a36e252a01504b415bf145e4b1fc129cdcdf) @@ -40,7 +40,7 @@ //#define __BARO_PRES_SENSOR__ 1 //Uncomment below to disable the communication to dialin for blood leak embedded mode -//#define __BLOOD_LEAK_EMB_MODE_RESPONSE_DISABLED__ 1 +#define __BLOOD_LEAK_EMB_MODE_RESPONSE_DISABLED__ 1 //Uncomment below once characterization/study completed //#define ENABLE_ALARM_2 @@ -57,20 +57,17 @@ //Uncomment below if D1 placement is used for Temp control at dialyzer //#define __USE_D1_TEMP_ 1 -//Uncomment below to disable revised heater model -#define __REVISED_HEATER_MODEL__ 1 - // comment below to disable bicarb multi level sensor for time based chamber F fill #define CONDUCTIVE_LEVEL_SENSOR_ENABLED 1 //Uncomment below to disable d30 heater alarm(as all units are not equipped with d30 temp sensor) -//#define __D30_TEMPERATURE_DISABLED__ +#define __D30_TEMPERATURE_DISABLED__ 1 //Uncomment below to disable the DD too-many-bad-message-CRCs alarm. -//#define __BAD_MSG_CRC_ALARM_DISABLED__ 1 +#define __BAD_MSG_CRC_ALARM_DISABLED__ 1 //Uncomment below to disable the conductivity sensor alarms -//#define __CONDUCTIVITY_SENSOR_ALARMS_DISABLED__ +#define __CONDUCTIVITY_SENSOR_ALARMS_DISABLED__ 1 #include