summaryrefslogtreecommitdiff
path: root/altosui/AltosSerial.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-01-02 20:34:38 -0800
committerKeith Packard <keithp@keithp.com>2012-06-02 19:27:52 -0700
commit4c88b0ca96758b663c82395e63b338043d1c1a10 (patch)
tree84a9c45ece572b126a7ca8c8d20b45ae8e1736f6 /altosui/AltosSerial.java
parentead8f1cfca2c454d18dce56479899f2b423d8bdd (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.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosSerial.java b/altosui/AltosSerial.java
index 74e945f3..161f0e90 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>());