Index: TestSupport.c =================================================================== diff -u -rb6e65e641d011321fab6c93819720af597b48f9c -r1d13178cec7ef648ff27f8917c2eb80aac0823df --- TestSupport.c (.../TestSupport.c) (revision b6e65e641d011321fab6c93819720af597b48f9c) +++ TestSupport.c (.../TestSupport.c) (revision 1d13178cec7ef648ff27f8917c2eb80aac0823df) @@ -532,7 +532,7 @@ testConfig[ config ] = TEST_CONFIG_ENABLE_KEY; status = TRUE; #ifdef _DD_ - if ( config == TEST_CONFIG_DD_FP_ENABLE_BETA_2_0_HW ) + if ( config == TEST_CONFIG_DD_FP_ENABLE_BETA_1_9_HW ) { if ( TRUE == getTestConfigStatus( TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW ) ) { @@ -544,7 +544,7 @@ // Initialize the blood leak driver since the FPGA registers are changed initBloodLeak(); // initialize FPGA registers to Beta 2.0 - initFPGAPerHW( FALSE ); + initFPGAPerHW( TRUE ); } } #endif @@ -572,12 +572,12 @@ testConfig[ config ] = TEST_CONFIG_DISABLE_KEY; status = TRUE; #ifdef _DD_ - if ( config == TEST_CONFIG_DD_FP_ENABLE_BETA_2_0_HW ) + if ( config == TEST_CONFIG_DD_FP_ENABLE_BETA_1_9_HW ) { // Initialize the blood leak driver since the FPGA registers are changed initBloodLeak(); // initialize FPGA registers to Beta 1.9 or below - initFPGAPerHW( TRUE ); + initFPGAPerHW( FALSE ); } #endif } Index: TestSupport.h =================================================================== diff -u -rb6e65e641d011321fab6c93819720af597b48f9c -r1d13178cec7ef648ff27f8917c2eb80aac0823df --- TestSupport.h (.../TestSupport.h) (revision b6e65e641d011321fab6c93819720af597b48f9c) +++ TestSupport.h (.../TestSupport.h) (revision 1d13178cec7ef648ff27f8917c2eb80aac0823df) @@ -52,7 +52,7 @@ { TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW = 0, ///< Test configuration DD & FP enable Beta 1.0 hardware TEST_CONFIG_FIRST = TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW, ///< Test configuration first configuration. - TEST_CONFIG_DD_FP_ENABLE_BETA_2_0_HW, ///< Test configuration for DD & FP to enable Beta 2.0 hardware + TEST_CONFIG_DD_FP_ENABLE_BETA_1_9_HW, ///< Test configuration for DD & FP to enable Beta 2.0 hardware TEST_CONFIG_DD_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration DD disabling BC pressure alarms TEST_CONFIG_DD_ENABLE_DRY_BICARB, ///< Test configuration DD to use dry bicarb TEST_CONFIG_FP_SKIP_PRE_GEN_FLUSH, ///< Test configuration FP skip pre-gen flush