uncrustify ArduCopter/inertia.pde

This commit is contained in:
uncrustify 2012-08-16 17:50:02 -07:00 committed by Pat Hickey
parent 0c0652b6d8
commit 5992611a68

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;
*/ */
} }