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/JTest/inc/jtest_util.h | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h (limited to 'fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h') diff --git a/fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h b/fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h deleted file mode 100644 index 3e07d2e..0000000 --- a/fw/midi-dials/Drivers/CMSIS/DSP/DSP_Lib_TestSuite/Common/JTest/inc/jtest_util.h +++ /dev/null @@ -1,27 +0,0 @@ -#ifndef _JTEST_UTIL_H_ -#define _JTEST_UTIL_H_ - -/*--------------------------------------------------------------------------------*/ -/* Includes */ -/*--------------------------------------------------------------------------------*/ - -#include "util/util.h" - -/*--------------------------------------------------------------------------------*/ -/* Macros and Defines */ -/*--------------------------------------------------------------------------------*/ - -/* Define boolean values for the framework. */ -#define JTEST_TRUE 1 /**< Value used for TRUE in JTEST. */ -#define JTEST_FALSE 0 /**< Value used for FALSE in JTEST. */ - -/** - * Set the value of the attribute in the struct to by struct_ptr to value. - */ -#define JTEST_SET_STRUCT_ATTRIBUTE(struct_ptr, attribute, value) \ - do \ - { \ - (struct_ptr)->attribute = (value); \ - } while (0) - -#endif /* _JTEST_UTIL_H_ */ -- cgit