X-Git-Url: http://git.megacz.com/?p=slipway.git;a=blobdiff_plain;f=src%2Fcom%2Fatmel%2Ffpslic%2FFpslicBootPins.java;h=d73638a489f468c2328ccdbae1deeda8a0a7c797;hp=2f5e4513f78524dbd7ea3cb9c0b758501823d0d3;hb=dfa9f65eb0614beb6fe0d7e7660a300087fc656d;hpb=daff49a8da20b577ab7af4a2e52b5901fbcbf9a9 diff --git a/src/com/atmel/fpslic/FpslicBootPins.java b/src/com/atmel/fpslic/FpslicBootPins.java index 2f5e451..d73638a 100644 --- a/src/com/atmel/fpslic/FpslicBootPins.java +++ b/src/com/atmel/fpslic/FpslicBootPins.java @@ -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;