diff options
| author | Keith Packard <keithp@keithp.com> | 2012-01-02 20:34:38 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-01-02 20:34:38 -0800 |
| commit | 01bbf9e163e7178712262800f8c59fcbea3f82eb (patch) | |
| tree | b17e15a41a09c2a935805cac88af538711dceda6 /altosui/AltosSerial.java | |
| parent | 0b7cfac3fba549abaaddc2b4fba825766199a4fc (diff) | |
altosui: Move AltosConfigData.java to library
Create a new 'AltosLink' which exposes how to talk to the remote
device abstractly via 'get_reply' and 'printf' methods.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosSerial.java')
| -rw-r--r-- | altosui/AltosSerial.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosSerial.java b/altosui/AltosSerial.java index bf8c11f9..b8c6ed54 100644 --- a/altosui/AltosSerial.java +++ b/altosui/AltosSerial.java @@ -41,7 +41,7 @@ import libaltosJNI.*; * threads. */ -public class AltosSerial implements Runnable { +public class AltosSerial implements Runnable, AltosLink { static java.util.List<String> devices_opened = Collections.synchronizedList(new LinkedList<String>()); |
