diff options
author | Keith Packard <keithp@keithp.com> | 2013-05-13 22:28:27 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-05-13 22:28:27 -0700 |
commit | 672edb20434248038ef5fbb87f2c0984bd5ad513 (patch) | |
tree | b672ae561ad8533663ed91a01fd167da9e96594b | |
parent | 80a6b0ea5c36c307a8edc79ad10ef7a8ff3d480e (diff) |
altosuilib: Mistake in the MegaDongle listing -- was set to TeleMega
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | altosuilib/AltosUSBDevice.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosuilib/AltosUSBDevice.java b/altosuilib/AltosUSBDevice.java index 0f6cbd10..a06b6869 100644 --- a/altosuilib/AltosUSBDevice.java +++ b/altosuilib/AltosUSBDevice.java @@ -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) || |