forked from Archive/PX4-Autopilot
mathlib tests: Fix typo
This commit is contained in:
parent
9d8651c10c
commit
6e07c8c9e4
|
@ -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}};
|
||||
|
|
Loading…
Reference in New Issue