Index: firmware/App/Controllers/DialInFlow.c =================================================================== diff -u -r794f0aea88a5a860448e54e99db6e2e881b22900 -r5562cdd08797bd6202348edc76b6928b0a815ddc --- firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 794f0aea88a5a860448e54e99db6e2e881b22900) +++ firmware/App/Controllers/DialInFlow.c (.../DialInFlow.c) (revision 5562cdd08797bd6202348edc76b6928b0a815ddc) @@ -258,7 +258,7 @@ // Initialize persistent alarm for flow sensor signal strength too low initPersistentAlarm( ALARM_ID_DIALYSATE_FLOW_SIGNAL_STRENGTH_TOO_LOW, FLOW_SIG_STRGTH_ALARM_PERSIST, FLOW_SIG_STRGTH_ALARM_PERSIST ); - initPersistentAlarm( ALARM_ID_HD_BP_FLOW_READ_TIMEOUT_ERROR, 0, DIALYSATE_FLOW_READ_TIMEOUT_PERSIST ); + initPersistentAlarm( ALARM_ID_HD_DP_FLOW_READ_TIMEOUT_ERROR, 0, DIALYSATE_FLOW_READ_TIMEOUT_PERSIST ); } /*********************************************************************//** Index: firmware/App/HDCommon.h =================================================================== diff -u -r4a11336a0bca2ceb88ac19547d40c8dc31480366 -r5562cdd08797bd6202348edc76b6928b0a815ddc --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 4a11336a0bca2ceb88ac19547d40c8dc31480366) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 5562cdd08797bd6202348edc76b6928b0a815ddc) @@ -25,7 +25,7 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 5 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 9033 +#define HD_VERSION_BUILD 9035 // ********** development build switches ********** @@ -64,7 +64,7 @@ #define SKIP_PRIMING 1 // Skip Pre-treatment Prime #define SKIP_WET_SELF_TESTS 1 // Skip Pre-treatment prime wet self-tests // #define V1_5_SYSTEM 1 // Build for v1.5 system - #define V2_0_SYSTEM 1 // Build for v2.0 system +// #define V2_0_SYSTEM 1 // Build for v2.0 system #define SKIP_SAMPLE_WATER 1 // Skip pre-treatment sample water #define SKIP_CONSUMABLE_TESTS 1 // Skip pre-treatment consumable Self-tests #define SKIP_DRY_SELF_TESTS 1 // Skip pre-treatment dry self-tests