Browse Source

Copter: resolve compiler warning

master
Randy Mackay 12 years ago
parent
commit
7c8527e6a6
  1. 2
      ArduCopter/Log.pde

2
ArduCopter/Log.pde

@ -522,7 +522,7 @@ static void Log_Write_Control_Tuning() @@ -522,7 +522,7 @@ static void Log_Write_Control_Tuning()
throttle_in : g.rc_3.control_in,
sonar_alt : sonar_alt,
baro_alt : baro_alt,
next_wp_alt : target_alt_for_reporting,
next_wp_alt : get_target_alt_for_reporting(),
nav_throttle : nav_throttle,
angle_boost : angle_boost,
climb_rate : climb_rate,

Loading…
Cancel
Save