Browse Source

Added dspal_math.h for missing constants

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
master
Mark Charlebois 9 years ago
parent
commit
306f0ac25d
  1. 3
      matrix/math.hpp

3
matrix/math.hpp

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

Loading…
Cancel
Save