aboutsummaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2014-07-21 13:48:59 +0200
committerLorenz Meier <lm@inf.ethz.ch>2014-07-21 13:48:59 +0200
commit331623bbd40978adf14c2034e75f31c937c34fba (patch)
treedcbfd6365136f902b4d4f9baeabaf22d5fa31982 /Tools
parent0fc73a1484ac9e9cbc2f52ec7e81b28a109777eb (diff)
downloadpx4-firmware-331623bbd40978adf14c2034e75f31c937c34fba.tar.gz
px4-firmware-331623bbd40978adf14c2034e75f31c937c34fba.tar.bz2
px4-firmware-331623bbd40978adf14c2034e75f31c937c34fba.zip
Fix missing line endings
Diffstat (limited to 'Tools')
-rw-r--r--Tools/tests-host/data/fit_linear_voltage.m2
-rw-r--r--Tools/tests-host/data/px4io_v1.3.csv2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tools/tests-host/data/fit_linear_voltage.m b/Tools/tests-host/data/fit_linear_voltage.m
index a0384b486..7d0c2c27f 100644
--- a/Tools/tests-host/data/fit_linear_voltage.m
+++ b/Tools/tests-host/data/fit_linear_voltage.m
@@ -11,4 +11,4 @@ hold on
plot(fittedC, fittedV, 'r-', 'LineWidth', 3);
slope = coeffs(1)
-y_intersection = coeffs(2) \ No newline at end of file
+y_intersection = coeffs(2)
diff --git a/Tools/tests-host/data/px4io_v1.3.csv b/Tools/tests-host/data/px4io_v1.3.csv
index 2100d840a..b41ee8f1f 100644
--- a/Tools/tests-host/data/px4io_v1.3.csv
+++ b/Tools/tests-host/data/px4io_v1.3.csv
@@ -67,4 +67,4 @@ voltage, counts
16.2, 3538
16.9, 3680
17.0, 3704
-17.1, 3728 \ No newline at end of file
+17.1, 3728