forked from Archive/PX4-Autopilot
Remove a define that might not be required for compilations in other scnearios outside of C99 restrictions to minimize Pull Request modifications.
This commit is contained in:
parent
115c87a0ea
commit
6a61f9ba77
|
@ -44,7 +44,6 @@
|
|||
#include <Eigen/Dense>
|
||||
#include <algorithm>
|
||||
#define M_PI_F 3.14159265358979323846f
|
||||
#define constexpr
|
||||
|
||||
namespace math
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue