Skip to content

Commit

Permalink
Fixed member order to make more sense
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 29, 2020
1 parent 43b377b commit 598cf69
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
Expand Down

0 comments on commit 598cf69

Please sign in to comment.