Index: TestSupport.h =================================================================== diff -u -r2c9349d6cc33c8bd1c94a843b20436afffd6b221 -r9023ef607793bf8f9e0491da6b84b7da6f8e77de --- TestSupport.h (.../TestSupport.h) (revision 2c9349d6cc33c8bd1c94a843b20436afffd6b221) +++ TestSupport.h (.../TestSupport.h) (revision 9023ef607793bf8f9e0491da6b84b7da6f8e77de) @@ -67,16 +67,6 @@ } TEST_CONFIG_T; #endif -#ifdef _RO_ -/// FP test software configurations -typedef enum test_Config_enums -{ - TEST_CONFIG_BETA_HW = 0, ///< Test configuration using Beta HW - TEST_CONFIG_FIRST = TEST_CONFIG_BETA_HW, ///< Test configuration first configuration. - NUM_OF_TEST_CONFIGS = 1, ///< Number of test configuration. -} TEST_CONFIG_T; -#endif - #pragma pack(push,1) /// Test configuration payload