aboutsummaryrefslogtreecommitdiff
path: root/apps/commander/calibration_routines.h
diff options
context:
space:
mode:
authorLorenz Meier <lm@inf.ethz.ch>2013-01-11 07:42:09 +0100
committerLorenz Meier <lm@inf.ethz.ch>2013-01-11 07:42:09 +0100
commit9ab20b11b6a528ef2ae4197e9cd412de52b1d024 (patch)
tree23d3538d26261e3aaf2fb33986d91d1d8a9e68f4 /apps/commander/calibration_routines.h
parentd6116d95644695c2472265308566d16c45411f69 (diff)
downloadpx4-firmware-9ab20b11b6a528ef2ae4197e9cd412de52b1d024.tar.gz
px4-firmware-9ab20b11b6a528ef2ae4197e9cd412de52b1d024.tar.bz2
px4-firmware-9ab20b11b6a528ef2ae4197e9cd412de52b1d024.zip
Code style
Diffstat (limited to 'apps/commander/calibration_routines.h')
-rw-r--r--apps/commander/calibration_routines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/commander/calibration_routines.h b/apps/commander/calibration_routines.h
index 063823109..e3e7fbafd 100644
--- a/apps/commander/calibration_routines.h
+++ b/apps/commander/calibration_routines.h
@@ -58,4 +58,4 @@
* @return 0 on success, 1 on failure
*/
int sphere_fit_least_squares(const float x[], const float y[], const float z[],
- unsigned int size, unsigned int max_iterations, float delta, float *sphere_x, float *sphere_y, float *sphere_z, float *sphere_radius); \ No newline at end of file
+ unsigned int size, unsigned int max_iterations, float delta, float *sphere_x, float *sphere_y, float *sphere_z, float *sphere_radius); \ No newline at end of file