diff options
| author | Keith Packard <keithp@keithp.com> | 2014-07-10 21:27:30 -0700 | 
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2014-07-10 21:27:30 -0700 | 
| commit | fa155693282746861b227afd6cbccc83dfd1bbed (patch) | |
| tree | e059a60546d69ff7b26182176736dea19a528ad3 /telegps/TeleGPSConfigUI.java | |
| parent | 405626971b47d4d4031312232bf13ad3d4bace7f (diff) | |
telegps: Missing function in TeleGPSConfigUI
set_altitude_32 was added to the abstract class but not here.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'telegps/TeleGPSConfigUI.java')
| -rw-r--r-- | telegps/TeleGPSConfigUI.java | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/telegps/TeleGPSConfigUI.java b/telegps/TeleGPSConfigUI.java index 2bd1d2df..7a59bf48 100644 --- a/telegps/TeleGPSConfigUI.java +++ b/telegps/TeleGPSConfigUI.java @@ -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) {  	}  | 
