From 94f94260ace13688285fc8c62687079b26c18854 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 20 Dec 2020 15:18:02 +0100 Subject: Submodule-cache WIP --- .../Common/inc/controller_tests/controller_tests.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h (limited to 'fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h') diff --git a/fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h b/fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h deleted file mode 100644 index 41996a8..0000000 --- a/fw/cdc-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/inc/controller_tests/controller_tests.h +++ /dev/null @@ -1,11 +0,0 @@ -#ifndef _CONTROLLER_TESTS_H_ -#define _CONTROLLER_TESTS_H_ - -/*--------------------------------------------------------------------------------*/ -/* Test/Group Declarations */ -/*--------------------------------------------------------------------------------*/ -JTEST_DECLARE_GROUP(pid_reset_tests); -JTEST_DECLARE_GROUP(sin_cos_tests); -JTEST_DECLARE_GROUP(pid_tests); - -#endif /* _CONTROLLER_TESTS_H_ */ -- cgit