Index: TestSupport.c =================================================================== diff -u -rd5a9cad98b597b902af6e7650708812a83a90b9f -rb6e65e641d011321fab6c93819720af597b48f9c --- TestSupport.c (.../TestSupport.c) (revision d5a9cad98b597b902af6e7650708812a83a90b9f) +++ TestSupport.c (.../TestSupport.c) (revision b6e65e641d011321fab6c93819720af597b48f9c) @@ -532,7 +532,7 @@ testConfig[ config ] = TEST_CONFIG_ENABLE_KEY; status = TRUE; #ifdef _DD_ - if ( config == TEST_CONFIG_DD_FP_ENABLE_BETA_1_9_HW ) + if ( config == TEST_CONFIG_DD_FP_ENABLE_BETA_2_0_HW ) { if ( TRUE == getTestConfigStatus( TEST_CONFIG_DD_FP_ENABLE_BETA_1_0_HW ) ) { @@ -572,7 +572,7 @@ testConfig[ config ] = TEST_CONFIG_DISABLE_KEY; status = TRUE; #ifdef _DD_ - if ( config == TEST_CONFIG_DD_FP_ENABLE_BETA_1_9_HW ) + if ( config == TEST_CONFIG_DD_FP_ENABLE_BETA_2_0_HW ) { // Initialize the blood leak driver since the FPGA registers are changed initBloodLeak(); Index: TestSupport.h =================================================================== diff -u -rd5a9cad98b597b902af6e7650708812a83a90b9f -rb6e65e641d011321fab6c93819720af597b48f9c --- TestSupport.h (.../TestSupport.h) (revision d5a9cad98b597b902af6e7650708812a83a90b9f) +++ TestSupport.h (.../TestSupport.h) (revision b6e65e641d011321fab6c93819720af597b48f9c) @@ -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_1_9_HW, ///< Test configuration for DD & FP to enable Beta 2.0 hardware + TEST_CONFIG_DD_FP_ENABLE_BETA_2_0_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