mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 16:23:56 -04:00
AP_Math: fixed test build
This commit is contained in:
parent
c1b201d051
commit
85ce10adfd
@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
#include <AP_Math/AP_Math.h>
|
#include <AP_Math/AP_Math.h>
|
||||||
|
|
||||||
|
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
|
||||||
|
|
||||||
#define SQRT_2 1.4142135623730951f
|
#define SQRT_2 1.4142135623730951f
|
||||||
|
|
||||||
TEST(VectorTest, Rotations)
|
TEST(VectorTest, Rotations)
|
||||||
|
Loading…
Reference in New Issue
Block a user