diff options
| author | hathach <[email protected]> | 2013-05-25 17:19:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-25 17:19:18 +0700 |
| commit | ed217948b8a25a7c4b7929775079ea8b9086305b (patch) | |
| tree | f615c3755c7e2c681f8f2669bb3c1458911626c6 /tinyusb/class/hid.h | |
| parent | ae02263d817a7b2f37c7e9c5026fd067b9d75fcc (diff) | |
rename descriptor type, hid descriptor type
Diffstat (limited to 'tinyusb/class/hid.h')
| -rw-r--r-- | tinyusb/class/hid.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tinyusb/class/hid.h b/tinyusb/class/hid.h index 2e876c8d8..5cf9a4907 100644 --- a/tinyusb/class/hid.h +++ b/tinyusb/class/hid.h @@ -64,9 +64,9 @@ //}; enum { - HID_DESC_HID = 0x21, - HID_DESC_REPORT = 0x22, - HID_DESC_PHYSICAL = 0x23 + HID_DESC_TYPE_HID = 0x21, + HID_DESC_TYPE_REPORT = 0x22, + HID_DESC_TYPE_PHYSICAL = 0x23 }; typedef ATTR_PREPACKED struct ATTR_PACKED { |
