do not include eigen lib from local source

This commit is contained in:
Roman Bapst 2014-11-10 16:10:01 +01:00
parent b5e34eac4f
commit c9a7850b93
2 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@
#include "../CMSIS/Include/arm_math.h"
#else
#include <math/eigen_math.h>
#include <eigen/Eigen/Dense>
#include <Eigen/Eigen>
#define M_PI_2_F 1.570769
#endif

View File

@ -50,7 +50,7 @@
#include "../CMSIS/Include/arm_math.h"
#else
#include <math/eigen_math.h>
#include <eigen/Eigen/Dense>
#include <Eigen/Eigen>
#endif
namespace math