fixed heinous bug in switchbox routing
[slipway.git] / src / com / atmel / fpslic / FpslicBootPins.java
index 2f5e451..d73638a 100644 (file)
@@ -16,6 +16,7 @@ public interface FpslicBootPins {
     public void    conPin(boolean on)         throws IOException;
 
     public void    flush()                    throws IOException;
+    public void    purge()                    throws IOException;
     public void    close()                    throws IOException;
 
     public InputStream  getUartInputStream()  throws IOException;