aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2015-02-23 23:56:22 +0100
committerLorenz Meier <lm@inf.ethz.ch>2015-02-23 23:56:22 +0100
commit6e07c8c9e4564f3f9677ddee0a023d0003913212 (patch)
tree148f45df433981566b0ff1904c4339547d446a44 /src/systemcmds/tests
parent9d8651c10c7cd431e78757dd465ba30f723d16e2 (diff)
downloadpx4-firmware-6e07c8c9e4564f3f9677ddee0a023d0003913212.tar.gz
px4-firmware-6e07c8c9e4564f3f9677ddee0a023d0003913212.tar.bz2
px4-firmware-6e07c8c9e4564f3f9677ddee0a023d0003913212.zip
mathlib tests: Fix typo
Diffstat (limited to 'src/systemcmds/tests')
-rw-r--r--src/systemcmds/tests/test_mathlib.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemcmds/tests/test_mathlib.cpp b/src/systemcmds/tests/test_mathlib.cpp
index 0519a55a9..682514cb7 100644
--- a/src/systemcmds/tests/test_mathlib.cpp
+++ b/src/systemcmds/tests/test_mathlib.cpp
@@ -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}};