telegps: Missing function in TeleGPSConfigUI
authorKeith Packard <keithp@keithp.com>
Fri, 11 Jul 2014 04:27:30 +0000 (21:27 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 11 Jul 2014 04:27:30 +0000 (21:27 -0700)
set_altitude_32 was added to the abstract class but not here.

Signed-off-by: Keith Packard <keithp@keithp.com>
telegps/TeleGPSConfigUI.java

index 2bd1d2dfc243c0f56d3dda96a8debef09937a6c6..7a59bf48a6c8e05571de73286cdc0dc96eba3299 100644 (file)
@@ -670,6 +670,9 @@ public class TeleGPSConfigUI
                serial_value.setText(String.format("%d", serial));
        }
 
+       public void set_altitude_32(int altitude_32) {
+       }
+
        public void set_main_deploy(int new_main_deploy) {
        }