altosuilib: Mistake in the MegaDongle listing -- was set to TeleMega
authorKeith Packard <keithp@keithp.com>
Tue, 14 May 2013 05:28:27 +0000 (22:28 -0700)
committerKeith Packard <keithp@keithp.com>
Tue, 14 May 2013 05:28:27 +0000 (22:28 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
altosuilib/AltosUSBDevice.java

index 0f6cbd10e2b63dcc9a5d552f9b122655633decb0..a06b686911423c1ad4aa1416f37124f8f6dbe665 100644 (file)
@@ -72,7 +72,7 @@ public class AltosUSBDevice  extends altos_device implements AltosDevice {
                        return matchProduct(AltosUILib.product_teledongle) ||
                                matchProduct(AltosUILib.product_teleterra) ||
                                matchProduct(AltosUILib.product_telebt) ||
-                               matchProduct(AltosUILib.product_telemega);
+                               matchProduct(AltosUILib.product_megadongle);
 
                if (want_product == AltosUILib.product_altimeter)
                        return matchProduct(AltosUILib.product_telemetrum) ||