diff options
author | Keith Packard <keithp@keithp.com> | 2011-08-28 15:50:01 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-08-28 15:50:01 -0700 |
commit | cf72c2f5a69a736c28a9b63e124d510ef41a9f5d (patch) | |
tree | 5b6b54f669e169c1e46747dd842eae27aba963d8 /altosui/Altos.java | |
parent | 3d478a39f2ede7b805bbe568cc1c8ecc176d7a04 (diff) |
altosui: Add bluetooth bits back in
Stub out functions on mac/windows for now.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/Altos.java')
-rw-r--r-- | altosui/Altos.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/Altos.java b/altosui/Altos.java index e4f974f9..aa2fd77a 100644 --- a/altosui/Altos.java +++ b/altosui/Altos.java @@ -498,5 +498,5 @@ public class Altos { public final static String bt_product_telebt = bt_product_telebt(); -// public static AltosBTKnown bt_known = new AltosBTKnown(); + public static AltosBTKnown bt_known = new AltosBTKnown(); } |