commit | 7e532c73c0a8b94054b63fbd939561f16035be62 | [log] [tgz] |
---|---|---|
author | Christophe Favergeon <Christophe.Favergeon@arm.com> | Thu Jul 23 11:20:10 2020 +0200 |
committer | Christophe Favergeon <Christophe.Favergeon@arm.com> | Thu Jul 23 11:24:49 2020 +0200 |
tree | 6f57a3ad617ffb0db7a3ef76af8dc1dc8c624c6d | |
parent | 2f12ed8d9a24c0c731a6e1b7ab2352800aad8c53 [diff] [blame] |
CMSIS-DSP: Updated tests to use the new headers.
diff --git a/CMSIS/DSP/Testing/main.cpp b/CMSIS/DSP/Testing/main.cpp index e82d86b..0a54767 100644 --- a/CMSIS/DSP/Testing/main.cpp +++ b/CMSIS/DSP/Testing/main.cpp
@@ -1,5 +1,5 @@ #include <cstdio> -#include "arm_math.h" +#include "arm_math_types.h" extern int testmain(const char *); extern "C" const char *patternData;