altos/stm: Use flash address of boot loader instead of 0x0
[fw/altos] / altosui / AltosDeviceUIDialog.java
index 7ed599a342b0708585fcc8956a02693cb1c8f3cc..ca34357ebd9c25579ad222c8f8eae3377106338b 100644 (file)
@@ -20,7 +20,7 @@ package altosui;
 import javax.swing.*;
 import java.awt.*;
 import java.awt.event.*;
-import org.altusmetrum.altosuilib.*;
+import org.altusmetrum.altosuilib_1.*;
 
 public class AltosDeviceUIDialog extends AltosDeviceDialog {
 
@@ -46,7 +46,7 @@ public class AltosDeviceUIDialog extends AltosDeviceDialog {
                buttonPane.add(manage_bluetooth_button);
                buttonPane.add(Box.createRigidArea(new Dimension(10, 0)));
        }
-       
+
        public void actionPerformed(ActionEvent e) {
                super.actionPerformed(e);
                if ("manage".equals(e.getActionCommand())) {