altosui: Create abstract AltosDevice class
[fw/altos] / altosui / AltosFlashUI.java
index 0302ccd38d9231fd25e8166d2547422efe5c1d01..ad7aeac844feb6eecb166fe6b0ae56d88f03322c 100644 (file)
@@ -151,7 +151,7 @@ public class AltosFlashUI
 
                build_dialog();
 
-               debug_dongle = AltosDeviceDialog.show(frame, AltosDevice.product_any);
+               debug_dongle = AltosDeviceDialog.show(frame, Altos.product_any);
 
                if (debug_dongle == null)
                        return;