Index: firmware/App/DDCommon.h =================================================================== diff -u -r6afca6de94a0318f44c1f1f976b304e52086b378 -rf566862925b5ae66ddce4f210b995dc59f4f3779 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 6afca6de94a0318f44c1f1f976b304e52086b378) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision f566862925b5ae66ddce4f210b995dc59f4f3779) @@ -25,26 +25,18 @@ #define DD_VERSION_MAJOR 0 #define DD_VERSION_MINOR 0 #define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 13 +#define DD_VERSION_BUILD 26 + // ********** development build switches ********** #ifndef _RELEASE_ #ifndef _VECTORCAST_ // #define TASK_TIMING_OUTPUT_ENABLED 1 // Re-purposes alarm lamp pins for task timing -//Uncomment the below line for new dosing pump testing -//#define __PUMPTEST__ 1 - //Uncomment below for dialysate pump PI testing //#define __PITEST__ 1 -//Uncomment below if diener concentrate pump used -//#define __DIENER_CONC_PUMP__ 1 - -//Uncomment below if beta hardware is used -//#define __BETA_HW_VER__ 1 - //Uncomment below if barometric pressure sensor reading available //#define __BARO_PRES_SENSOR__ 1 @@ -53,20 +45,15 @@ //Uncomment below once characterization/study completed //#define ENABLE_ALARM_2 +//Uncomment below to disable heaters debug message +#define __HEATERS_DEBUG__ 1 //Uncomment below for spent chamber filling //#define __SPENT_CHAMBER_FILL__ 1 //Uncomment below for bicarb chamber filling //#define __BICARB_CHAMBER_FILL__ 1 -//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 - - #include #include #endif