diff --git a/ext/arm/arm_math_types.h.in b/ext/arm/arm_math_types.h.in index 7a00b8b4a9..bd6d9b781e 100644 --- a/ext/arm/arm_math_types.h.in +++ b/ext/arm/arm_math_types.h.in @@ -11,18 +11,11 @@ #ifndef _ARM_MATH_TYPES_WRAPPER_H_ #define _ARM_MATH_TYPES_WRAPPER_H_ -#define ARM_MATH_CM{{core}} -#define __ARM_FEATURE_MVE 0 - -%% if with_fpu -#ifndef __FPU_PRESENT -#define __FPU_PRESENT 1 -#endif -%% endif +#include "modm/platform/device.hpp" /* Local configuration file */ #if __has_include() -# include +#include #endif #include "arm_math_types_internal.h"