nsyshid: Fix HIDAttachEvent values.

This commit is contained in:
James Benton 2018-06-19 11:46:47 +01:00
parent c5e51a5ffc
commit 4f224c6eb8

View File

@ -15,8 +15,8 @@ typedef struct HIDDevice HIDDevice;
typedef enum HIDAttachEvent typedef enum HIDAttachEvent
{ {
HID_DEVICE_ATTACH = 0, HID_DEVICE_DETACH = 0,
HID_DEVICE_DETACH = 1, HID_DEVICE_ATTACH = 1,
} HIDAttachEvent; } HIDAttachEvent;
typedef int32_t typedef int32_t