fixed heinous bug in switchbox routing
[slipway.git] / src / com / atmel / fpslic / FpslicBoot.java
index 0d2c523..d0ea67d 100644 (file)
@@ -79,6 +79,7 @@ public class FpslicBoot {
 
     public OutputStream getOutputStream() throws IOException { return pins.getUartOutputStream(); }
     public InputStream  getInputStream() throws IOException { return pins.getUartInputStream(); }
+    public void purge() throws IOException { pins.purge(); }
 
     public void selfTest() throws Exception {
         boolean pin;