altosui: Move AltosEepromChunk.java to lib
[fw/altos] / altosui / altoslib / src / org / altusmetrum / AltosLib / AltosLink.java
index 80f3d7124aa1b5049791fc6ed67b571fdd0ffe95..9a23b3061a119c9a4f5ee7514dc8dae00e6fa88d 100644 (file)
@@ -23,4 +23,6 @@ public interface AltosLink {
        public String get_reply() throws InterruptedException;
 
        public String get_reply(int timeout) throws InterruptedException;
+
+       public void flush_input() throws InterruptedException;
 }