diff options
| author | hathach <[email protected]> | 2013-02-05 13:57:06 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-02-05 13:57:06 +0700 |
| commit | aeccdfde3f4462fae5e3b9cbb4eae76526bdb204 (patch) | |
| tree | b70a35ec9335c085817aa11208b7e37a7c02fc91 /tinyusb/core/std_request.h | |
| parent | aa040c4c984039ba9b5820aa15fd0264582bc207 (diff) | |
remove TUSB prefix for class enum definitions
add most of HID USAGE TABLE and definitions etc ...
Diffstat (limited to 'tinyusb/core/std_request.h')
| -rw-r--r-- | tinyusb/core/std_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/core/std_request.h b/tinyusb/core/std_request.h index 327bc85b7..fb004c607 100644 --- a/tinyusb/core/std_request.h +++ b/tinyusb/core/std_request.h @@ -61,7 +61,7 @@ #include "common/binary.h" typedef ATTR_PREPACKED struct ATTR_PACKED { - struct { + ATTR_PREPACKED struct ATTR_PACKED { uint8_t recipient : 5; /**< Recipient type. */ uint8_t type : 2; /**< Request type. */ uint8_t direction : 1; /**< Direction type. */ |
