mirror of https://github.com/ArduPilot/ardupilot
just formatting
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1887 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
e0834ed0f2
commit
12a78ecbdb
|
@ -96,7 +96,8 @@ AP_IMU_Oilpan::_init_gyro()
|
|||
delay(20);
|
||||
}
|
||||
|
||||
for (int j=0; j<=2; j++) _sensor_cal[j] = 500; // Just a large value to load prev[j] the first time
|
||||
for (int j = 0; j <= 2; j++)
|
||||
_sensor_cal[j] = 500; // Just a large value to load prev[j] the first time
|
||||
|
||||
do {
|
||||
for (int j = 0; j <= 2; j++){
|
||||
|
|
Loading…
Reference in New Issue