Index: firmware/App/DDCommon.h =================================================================== diff -u -rb22ad2b7f371f52b27776ef438e36487111320b3 -r399c6b8efe0bf5ca7f5afb0aa0bc38c557fa36be --- firmware/App/DDCommon.h (.../DDCommon.h) (revision b22ad2b7f371f52b27776ef438e36487111320b3) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision 399c6b8efe0bf5ca7f5afb0aa0bc38c557fa36be) @@ -25,7 +25,7 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 10 +#define DD_VERSION_BUILD 11 // ********** development build switches ********** @@ -36,9 +36,6 @@ //Uncomment the below line for new dosing pump testing //#define __PUMPTEST__ 1 -//Uncomment below line for future hardware version -//#define __ALPHA_AO_VER__ 1 - //Uncomment below for dialysate pump PI testing //#define __PITEST__ 1 @@ -57,6 +54,9 @@ //Uncomment below once characterization/study completed //#define ENABLE_ALARM_2 +//Uncomment below if balancing chamber pressure alarm is required +#define __BC_PRESSURE_ALARM__ 1 + //Uncomment below to disable heaters debug message #define __HEATERS_DEBUG__ 1