mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 17:40:34 +08:00
mathlib tests: Fix typo
This commit is contained in:
@@ -158,7 +158,7 @@ int test_mathlib(int argc, char *argv[])
|
||||
}
|
||||
|
||||
{
|
||||
warnx("Nonsymmetric matrix operations test")
|
||||
warnx("Nonsymmetric matrix operations test");
|
||||
// test nonsymmetric +, -, +=, -=
|
||||
|
||||
float data1[2][3] = {{1, 2, 3}, {4, 5, 6}};
|
||||
|
||||
Reference in New Issue
Block a user