Index: firmware/App/DDCommon.h =================================================================== diff -u -r597c1b8b790357bdcacb3a50ae4b5e4278ba7a88 -re12eefac42a3806a34f3ddac6df30bbb5ca51f6f --- firmware/App/DDCommon.h (.../DDCommon.h) (revision 597c1b8b790357bdcacb3a50ae4b5e4278ba7a88) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision e12eefac42a3806a34f3ddac6df30bbb5ca51f6f) @@ -22,10 +22,10 @@ // ********** version ********** -#define DD_VERSION_MAJOR 0 -#define DD_VERSION_MINOR 0 -#define DD_VERSION_MICRO 0 -#define DD_VERSION_BUILD 0 +#define DD_VERSION_MAJOR 0 +#define DD_VERSION_MINOR 0 +#define DD_VERSION_MICRO 0 +#define DD_VERSION_BUILD 1 //Uncomment the below line for new dosing pump testing //#define __PUMPTEST__ 1 @@ -39,6 +39,22 @@ #ifndef _VECTORCAST_ // #define TASK_TIMING_OUTPUT_ENABLED 1 // Re-purposes alarm lamp pins for task timing +//flag to check PT100 use in calculations +//#define USE_PT_100 1 + +//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 + +//Uncomment below to disable heaters debug message +#define __HEATERS_DEBUG__ 1 + + #include #include #endif