altos: Keep telemetry and command output from interleaving
[fw/altos] / altoslib / AltosGPS.java
index 6f7c40b75753c2694337a7c59f1aeb9aa66f3a7b..99d48c388d3269c46d3846a2470b0e219ad210bc 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -21,7 +22,7 @@ import java.text.*;
 import java.util.concurrent.*;
 import java.io.*;
 
-public class AltosGPS implements Cloneable, Serializable {
+public class AltosGPS implements Cloneable {
 
        public final static int MISSING = AltosLib.MISSING;