aboutsummaryrefslogtreecommitdiff
path: root/apps/mathlib/math
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-01-06 19:20:22 -0800
committerpx4dev <px4@purgatory.org>2013-01-06 19:20:22 -0800
commit91dba465241dbff972f4ba99619d8d7af9c5649b (patch)
tree3b9d8fb18dd9236643e4835800413c0f0dc53184 /apps/mathlib/math
parent6b341e583a1db44ad20c89d58657e4cad3bf9e3c (diff)
downloadpx4-firmware-91dba465241dbff972f4ba99619d8d7af9c5649b.tar.gz
px4-firmware-91dba465241dbff972f4ba99619d8d7af9c5649b.tar.bz2
px4-firmware-91dba465241dbff972f4ba99619d8d7af9c5649b.zip
Fix fallout from removing the spurious CMSIS
Diffstat (limited to 'apps/mathlib/math')
-rw-r--r--apps/mathlib/math/arm/Matrix.hpp2
-rw-r--r--apps/mathlib/math/arm/Vector.hpp2
2 files changed, 2 insertions, 2 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
{
diff --git a/apps/mathlib/math/arm/Vector.hpp b/apps/mathlib/math/arm/Vector.hpp
index e1f1838e7..58d51107d 100644
--- a/apps/mathlib/math/arm/Vector.hpp
+++ b/apps/mathlib/math/arm/Vector.hpp
@@ -50,7 +50,7 @@
#include "../test/test.hpp"
// arm specific
-#include "arm_math.h"
+#include "../../CMSIS/Include/arm_math.h"
namespace math
{