Browse Source

AP_Math: fixed test build

master
Andrew Tridgell 6 years ago
parent
commit
85ce10adfd
  1. 2
      libraries/AP_Math/tests/test_math.cpp

2
libraries/AP_Math/tests/test_math.cpp

@ -8,6 +8,8 @@ @@ -8,6 +8,8 @@
#include <AP_Math/AP_Math.h>
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
#define SQRT_2 1.4142135623730951f
TEST(VectorTest, Rotations)

Loading…
Cancel
Save