summaryrefslogtreecommitdiff
path: root/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h')
-rw-r--r--fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h b/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h
deleted file mode 100644
index c3176e5..0000000
--- a/fw/hid-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_test_ret.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef _JTEST_TEST_RET_H_
-#define _JTEST_TEST_RET_H_
-
-/*--------------------------------------------------------------------------------*/
-/* Type Definitions */
-/*--------------------------------------------------------------------------------*/
-
-/**
- * Values a #JTEST_TEST_t can return.
- */
-typedef enum JTEST_TEST_RET_enum
-{
- JTEST_TEST_PASSED,
- JTEST_TEST_FAILED
-} JTEST_TEST_RET_t;
-
-#endif /* _JTEST_TEST_RET_H_ */