Index: TestSupport.h =================================================================== diff -u -raff4ae08353c54061b53993be4cb4c9244d08fdc -r3a31c0f872075c76d978144b60255bb8c4baeb37 --- TestSupport.h (.../TestSupport.h) (revision aff4ae08353c54061b53993be4cb4c9244d08fdc) +++ TestSupport.h (.../TestSupport.h) (revision 3a31c0f872075c76d978144b60255bb8c4baeb37) @@ -65,6 +65,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