- reset renamed

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@41 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2005-11-10 07:34:13 +00:00
parent 1acb520270
commit 6891b739c5

View File

@@ -44,7 +44,7 @@ public class USBDevice {
}
public static void reset() throws USBException {
USB.resetUsbDevie();
USB.resetUsbDevice();
}
public static void write(byte[] data, int length) throws USBException {