altosui: Create abstract AltosDevice class
[fw/altos] / altosui / AltosIgniteUI.java
index 000adc980d76144b615bcebad943426e274d98d7..ad5b7cfb192f99ed0e6b5affdba51a90cd477eb6 100644 (file)
@@ -275,7 +275,7 @@ public class AltosIgniteUI
        private boolean open() {
                command_queue = new LinkedBlockingQueue<String>();
 
-               device = AltosDeviceDialog.show(owner, AltosDevice.product_any);
+               device = AltosDeviceDialog.show(owner, Altos.product_any);
                if (device != null) {
                        try {
                                AltosIgnite     ignite = new AltosIgnite(device);