mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-12 02:48:28 -04:00
ACM: fixed a warning
comment out some unused debug code
This commit is contained in:
parent
734b0a02be
commit
a6808162d6
@ -243,6 +243,7 @@ static void reduce_wind_compensation()
|
||||
tmp *= .98;
|
||||
g.pi_loiter_lat.set_integrator(tmp); // Y
|
||||
|
||||
#if 0
|
||||
// debug
|
||||
int16_t t1 = g.pi_loiter_lon.get_integrator();
|
||||
int16_t t2 = g.pi_loiter_lon.get_integrator();
|
||||
@ -250,6 +251,7 @@ static void reduce_wind_compensation()
|
||||
//Serial.printf("reduce wind iterm X:%d Y:%d \n",
|
||||
// t1,
|
||||
// t2);
|
||||
#endif
|
||||
}
|
||||
|
||||
static int16_t calc_desired_speed(int16_t max_speed)
|
||||
|
Loading…
Reference in New Issue
Block a user