mirror of https://github.com/rusefi/usb4java.git
Use LIBUSB_API_VERSION now with the reunited libusb.
This commit is contained in:
parent
dd7dbbe4e1
commit
d8c12df19b
|
@ -54,7 +54,7 @@ JNIEXPORT jint JNICALL METHOD_NAME(LibUsb, getApiVersion)
|
|||
JNIEnv *env, jclass class
|
||||
)
|
||||
{
|
||||
return LIBUSBX_API_VERSION;
|
||||
return LIBUSB_API_VERSION;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue