Index: TestSupport.h =================================================================== diff -u -rc3cd0f73d836d67d72bbc439f590bc8afb636296 -r0e8c31075f9c562de5ec0e37bb8bf91531236f6d --- TestSupport.h (.../TestSupport.h) (revision c3cd0f73d836d67d72bbc439f590bc8afb636296) +++ TestSupport.h (.../TestSupport.h) (revision 0e8c31075f9c562de5ec0e37bb8bf91531236f6d) @@ -73,6 +73,7 @@ { 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 NUM_OF_TEST_CONFIGS ///< Number of test configuration. } TEST_CONFIG_T; #endif