Index: TestSupport.h =================================================================== diff -u -rcf6c04b8fcc10fd123ec4fc5e3f0b5ebfc1f7024 -ra4dcf20978b44b491f5c3d4e51ad335f5e83c1a8 --- TestSupport.h (.../TestSupport.h) (revision cf6c04b8fcc10fd123ec4fc5e3f0b5ebfc1f7024) +++ TestSupport.h (.../TestSupport.h) (revision a4dcf20978b44b491f5c3d4e51ad335f5e83c1a8) @@ -52,6 +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_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_DD_ENABLE_D79_PWM_CONTROL, ///< Test configuration to switch to PWM control for D79 @@ -63,7 +64,6 @@ TEST_CONFIG_DD_ENABLE_DOSING_OPEN_LOOP_CONTROL, ///< Test configuration to switch to open loop control for concentrate dosing TEST_CONFIG_DD_ENABLE_UF_TEMP_COMPENSATION, ///< Test configuration for enabling UF temperature compensation TEST_CONFIG_DD_RUN_SOLO, ///< Test configuration to run DD alone without the need of other subsystems - TEST_CONFIG_DD_FP_ENABLE_BETA_2_0_HW, ///< Test configuration for DD & FP to enable Beta 2.0 hardware NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif