aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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