Update math lib include path

This commit is contained in:
Lorenz Meier
2015-11-07 09:47:58 +01:00
parent 9721421d86
commit ac893f26fb
+1 -1
View File
@@ -49,7 +49,7 @@
#ifdef CONFIG_ARCH_ARM
#include "../CMSIS/Include/arm_math.h"
#else
#include "matrix/matrix.hpp"
#include "matrix/math.hpp"
#endif
#include <platforms/px4_defines.h>