summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2013-01-02 10:48:56 -0800
committerKeith Packard <keithp@keithp.com>2013-01-02 10:48:56 -0800
commit0933f2ed5791cfdc28242cd60be3942556f4ed20 (patch)
treeb6da469501b04e644d8e41ae614f948836e1ffb1
parenteb670e9b7576563d747ae5c9416371f145455ec1 (diff)
altoslib: Remove unused fake product_micropeak_serial
Code cleanups have made this no longer useful Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--altoslib/AltosLib.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/altoslib/AltosLib.java b/altoslib/AltosLib.java
index 67138450..07516aeb 100644
--- a/altoslib/AltosLib.java
+++ b/altoslib/AltosLib.java
@@ -97,7 +97,6 @@ public class AltosLib {
public final static int product_any = 0x10000;
public final static int product_basestation = 0x10000 + 1;
public final static int product_altimeter = 0x10000 + 2;
- public final static int product_micropeak_serial = 0x10000 + 3;
/* Bluetooth "identifier" (bluetooth sucks) */
public final static String bt_product_telebt = "TeleBT";