summaryrefslogtreecommitdiff
path: root/altosui/AltosSerial.java
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-06-02 19:59:40 -0700
committerKeith Packard <keithp@keithp.com>2012-06-02 19:59:40 -0700
commitf86dac643081987c8994ab57a96640d5e91b342a (patch)
treecc175f18f8930c04be16bb4c12b756782ecff568 /altosui/AltosSerial.java
parentdd43a2ae7594f062a8980d1756a07488ee54b447 (diff)
altoslib: Clean up random rebase failures
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosSerial.java')
-rw-r--r--altosui/AltosSerial.java3
1 files changed, 0 insertions, 3 deletions
diff --git a/altosui/AltosSerial.java b/altosui/AltosSerial.java
index 54cdcba7..3abdb645 100644
--- a/altosui/AltosSerial.java
+++ b/altosui/AltosSerial.java
@@ -264,7 +264,6 @@ public class AltosSerial extends AltosLink implements Runnable {
flush_output();
}
-<<<<<<< HEAD
private int telemetry_len() {
return Altos.telemetry_len(telemetry);
}
@@ -386,8 +385,6 @@ public class AltosSerial extends AltosLink implements Runnable {
remote = false;
}
-=======
->>>>>>> bc5e669... altosui: Pull most of AltosSerial into AltosLink
public void set_frame(Frame in_frame) {
frame = in_frame;
}