Skip to content

Commit

Permalink
[ext] Include device.hpp in arm_math_types.h
Browse files Browse the repository at this point in the history
  • Loading branch information
calebchalmers committed Jul 13, 2024
1 parent 23f64ca commit 47ba192
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions ext/arm/arm_math_types.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -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(<arm_math_local.h>)
# include <arm_math_local.h>
#include <arm_math_local.h>
#endif

#include "arm_math_types_internal.h"
Expand Down

0 comments on commit 47ba192

Please sign in to comment.