Changed field to use interface type.
This commit is contained in:
parent
d77b0495f3
commit
f70aa2fb5b
@ -62,7 +62,7 @@ public abstract class LibUsbDevice implements UsbDevice
|
||||
protected final USB_Device device;
|
||||
|
||||
/** The device descriptor. */
|
||||
private final LibUsbDeviceDescriptor descriptor;
|
||||
private final UsbDeviceDescriptor descriptor;
|
||||
|
||||
/** The USB configurations. */
|
||||
private final List<LibUsbConfiguration> configurations;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user