Skip to content

Commit

Permalink
Merge pull request #11 from PX4/dspal_fix
Browse files Browse the repository at this point in the history
Added dspal_math.h for missing constants
  • Loading branch information
LorenzMeier committed Jan 21, 2016
2 parents 48a3288 + 306f0ac commit 6009709
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions matrix/math.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#pragma once

#ifdef __PX4_QURT
#include "dspal_math.h"
#endif
#include "Matrix.hpp"
#include "SquareMatrix.hpp"
#include "Vector.hpp"
Expand Down

0 comments on commit 6009709

Please sign in to comment.