Fixed member order to make more sense
This commit is contained in:
parent
a8f3dbf7be
commit
b3e4cf8e4f
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@ class HIDDeviceUSB implements HIDDevice {
|
|||
|
||||
protected HIDDeviceManager mManager;
|
||||
protected UsbDevice mDevice;
|
||||
protected int mInterface;
|
||||
protected int mInterfaceIndex;
|
||||
protected int mInterface;
|
||||
protected int mDeviceId;
|
||||
protected UsbDeviceConnection mConnection;
|
||||
protected UsbEndpoint mInputEndpoint;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue