mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-13 03:37:36 +08:00
Removed all uses of C library from tests
This commit is contained in:
committed by
James Goppert
parent
9ebf5f89db
commit
e09cf12e2e
+1
-4
@@ -1,10 +1,7 @@
|
||||
#include "test_macros.hpp"
|
||||
#include <matrix/helper_functions.hpp>
|
||||
|
||||
using matrix::isEqual;
|
||||
using matrix::isEqualF;
|
||||
using matrix::Vector3f;
|
||||
using matrix::wrap_pi;
|
||||
using namespace matrix;
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user