Index: firmware/App/DDCommon.h =================================================================== diff -u -rc0ccae4d73b5cb7de3e53ec10ff52a7b32d81eda -rcaa15db89a49c98671f0a87dc2242d0fc7f683b7 --- firmware/App/DDCommon.h (.../DDCommon.h) (revision c0ccae4d73b5cb7de3e53ec10ff52a7b32d81eda) +++ firmware/App/DDCommon.h (.../DDCommon.h) (revision caa15db89a49c98671f0a87dc2242d0fc7f683b7) @@ -33,18 +33,9 @@ #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 +44,8 @@ //Uncomment below once characterization/study completed //#define ENABLE_ALARM_2 - -//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