Merge pull request #11 from PX4/dspal_fix

Added dspal_math.h for missing constants
This commit is contained in:
Lorenz Meier 2016-01-21 23:23:41 +01:00
commit 6009709986

View File

@ -1,5 +1,8 @@
#pragma once
#ifdef __PX4_QURT
#include "dspal_math.h"
#endif
#include "Matrix.hpp"
#include "SquareMatrix.hpp"
#include "Vector.hpp"