aboutsummaryrefslogtreecommitdiff
path: root/apps/mathlib/math/arm/Matrix.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/mathlib/math/arm/Matrix.hpp')
-rw-r--r--apps/mathlib/math/arm/Matrix.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mathlib/math/arm/Matrix.hpp b/apps/mathlib/math/arm/Matrix.hpp
index 63d755649..715fd3a5e 100644
--- a/apps/mathlib/math/arm/Matrix.hpp
+++ b/apps/mathlib/math/arm/Matrix.hpp
@@ -51,7 +51,7 @@
#include "../Matrix.hpp"
// arm specific
-#include "arm_math.h"
+#include "../../CMSIS/Include/arm_math.h"
namespace math
{