uncrustify ArduCopter/inertia.pde

This commit is contained in:
uncrustify 2012-08-16 17:50:02 -07:00 committed by Pat Hickey
parent 7c8f4421a3
commit a20f75e12c

View File

@ -29,9 +29,9 @@ void calc_inertia()
accels_position += accels_velocity * G_Dt; accels_position += accels_velocity * G_Dt;
/* /*
current_loc.lng += accels_velocity.x * G_Dt; * current_loc.lng += accels_velocity.x * G_Dt;
current_loc.lat += accels_velocity.y * G_Dt; * current_loc.lat += accels_velocity.y * G_Dt;
current_loc.alt += accels_velocity.z * G_Dt; * current_loc.alt += accels_velocity.z * G_Dt;
*/ */
} }