diff options
author | Keith Packard <keithp@keithp.com> | 2010-09-01 22:47:15 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-09-03 07:04:28 -0700 |
commit | 5ee6cd41ed189c3166f76558ecada80917f40652 (patch) | |
tree | af4b5f9d0371addee81ed22764dfda555aab54ff | |
parent | 9a690c9795e8257d2a3225f905117681668a472f (diff) |
altosui: Hide internal rom config UI helper function
This was getting mis-used by the flash UI causing the rom dialog
'cancel' button to work just like 'ok'.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | ao-tools/altosui/AltosRomconfigUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/altosui/AltosRomconfigUI.java b/ao-tools/altosui/AltosRomconfigUI.java index bc511865..10b3af80 100644 --- a/ao-tools/altosui/AltosRomconfigUI.java +++ b/ao-tools/altosui/AltosRomconfigUI.java @@ -162,7 +162,7 @@ public class AltosRomconfigUI } } - public AltosRomconfig romconfig() { + AltosRomconfig romconfig() { try { return new AltosRomconfig(serial(), radio_calibration()); } catch (NumberFormatException ne) { |