diff options
Diffstat (limited to 'ao-tools/altosui/AltosSerial.java')
| -rw-r--r-- | ao-tools/altosui/AltosSerial.java | 2 | 
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) {  | 
