Index: TestSupport.h =================================================================== diff -u -r4df5e51bbd8495c9b30c387ef6fbd173d9b26551 -rffca3bd1cebec54be47553fafa0462ccc11af0fc --- TestSupport.h (.../TestSupport.h) (revision 4df5e51bbd8495c9b30c387ef6fbd173d9b26551) +++ TestSupport.h (.../TestSupport.h) (revision ffca3bd1cebec54be47553fafa0462ccc11af0fc) @@ -52,7 +52,7 @@ { TEST_CONFIG_DISABLE_BC_PRESSURE_ALARMS = 0, ///< Test configuration disabling BC pressure alarms TEST_CONFIG_FIRST = TEST_CONFIG_DISABLE_BC_PRESSURE_ALARMS, ///< Test configuration first configuration. - TEST_CONFIG_ENABLE_BETA_1_9_HW, ///< Test configuration enabling Beta 1.9 hardware + TEST_CONFIG_ENABLE_BETA_1_0_HW, ///< Test configuration enabling Beta 1.9 hardware NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif