summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/AltosSerial.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-07-28 15:41:34 -0700
committerKeith Packard <keithp@keithp.com>2010-07-28 15:41:34 -0700
commit6599e9576c3da9325a1731144c1b8bc4943184c0 (patch)
treef17962ea64cbc8a337c595a22a9382179b0428e8 /ao-tools/altosui/AltosSerial.java
parent8a6040e143ecc7830cc1c0114de85f3b72c067eb (diff)
altosui: Add eeprom data capture function. No UI yet.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/altosui/AltosSerial.java')
-rw-r--r--ao-tools/altosui/AltosSerial.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/altosui/AltosSerial.java b/ao-tools/altosui/AltosSerial.java
index f12b31b3..a5566ab8 100644
--- a/ao-tools/altosui/AltosSerial.java
+++ b/ao-tools/altosui/AltosSerial.java
@@ -139,7 +139,7 @@ public class AltosSerial implements Runnable {
throw new FileNotFoundException(device.getPath());
input_thread = new Thread(this);
input_thread.start();
- print("\nE 0\nm 1\n");
+ print("\nE 0\n");
try {
Thread.sleep(200);
} catch (InterruptedException e) {