Index: TestSupport.h =================================================================== diff -u -r0e8c31075f9c562de5ec0e37bb8bf91531236f6d -r9ca3b8509be9ce17b19b22465d9fc198d9fd3102 --- TestSupport.h (.../TestSupport.h) (revision 0e8c31075f9c562de5ec0e37bb8bf91531236f6d) +++ TestSupport.h (.../TestSupport.h) (revision 9ca3b8509be9ce17b19b22465d9fc198d9fd3102) @@ -71,9 +71,9 @@ /// TD test software configurations typedef enum test_Config { - TEST_CONFIG_SKIP_BLOOD_PRIME = 0, ///< Test configuration skip blood prime. - TEST_CONFIG_FIRST = TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration first configuration. - TEST_CONFIG_ENABLE_BETA_1_0_HW, ///< Test configuration to enable Beta 1.0 hardware + TEST_CONFIG_ENABLE_BETA_1_HW = 0, ///< Test configuration to enable Beta 1.0 hardware. + TEST_CONFIG_FIRST = TEST_CONFIG_ENABLE_BETA_1_HW, ///< Test configuration first configuration. + TEST_CONFIG_SKIP_BLOOD_PRIME, ///< Test configuration skip blood prime NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif