uncrustify ArduCopter/inertia.pde
This commit is contained in:
parent
0c0652b6d8
commit
5992611a68
@ -29,9 +29,9 @@ void calc_inertia()
|
||||
accels_position += accels_velocity * G_Dt;
|
||||
|
||||
/*
|
||||
current_loc.lng += accels_velocity.x * G_Dt;
|
||||
current_loc.lat += accels_velocity.y * G_Dt;
|
||||
current_loc.alt += accels_velocity.z * G_Dt;
|
||||
* current_loc.lng += accels_velocity.x * G_Dt;
|
||||
* current_loc.lat += accels_velocity.y * G_Dt;
|
||||
* current_loc.alt += accels_velocity.z * G_Dt;
|
||||
*/
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user