AP_Math: fixed test build

This commit is contained in:
Andrew Tridgell 2019-05-11 20:59:59 +10:00
parent c1b201d051
commit 85ce10adfd

View File

@ -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)