aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Bapst <romanbapst@yahoo.de>2014-11-11 13:10:36 +0100
committerRoman Bapst <romanbapst@yahoo.de>2014-11-11 13:10:36 +0100
commit3bfc4a5a52a7777088f21674dd8108026f5f057b (patch)
tree8228fc67c913e1627c130ca4de5224b40cf0a4f5
parent6b61e725916f90cabd9e8c07144dfcc5ac7b44f6 (diff)
downloadpx4-firmware-3bfc4a5a52a7777088f21674dd8108026f5f057b.tar.gz
px4-firmware-3bfc4a5a52a7777088f21674dd8108026f5f057b.tar.bz2
px4-firmware-3bfc4a5a52a7777088f21674dd8108026f5f057b.zip
removed platform specific includes
-rw-r--r--src/lib/mathlib/math/Limits.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/mathlib/math/Limits.hpp b/src/lib/mathlib/math/Limits.hpp
index 713cb51b5..79e127fdd 100644
--- a/src/lib/mathlib/math/Limits.hpp
+++ b/src/lib/mathlib/math/Limits.hpp
@@ -39,10 +39,7 @@
#pragma once
-#ifdef CONFIG_ARCH_ARM
-#include <nuttx/config.h>
-#endif
-
+#include <platforms/px4_config.h>
#include <stdint.h>
namespace math {