telegps: Add scan UI
[fw/altos] / altosuilib / AltosUIFrame.java
index ce86ad83fbab32aa4e0aac012cff79d807ef3f5d..6e62c762948d83578814c5b26d4534a0c92ff352 100644 (file)
@@ -73,6 +73,9 @@ public class AltosUIFrame extends JFrame implements AltosUIListener, AltosPositi
                super.setLocationByPlatform(lbp);
        }
 
+       public void scan_device_selected(AltosDevice device) {
+       }
+
        public void setSize() {
                /* Smash sizes around so that the window comes up in the right shape */
                Insets i = getInsets();