summaryrefslogtreecommitdiff
path: root/tinyusb/core/std_request.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-05 13:57:06 +0700
committerhathach <[email protected]>2013-02-05 13:57:06 +0700
commitaeccdfde3f4462fae5e3b9cbb4eae76526bdb204 (patch)
treeb70a35ec9335c085817aa11208b7e37a7c02fc91 /tinyusb/core/std_request.h
parentaa040c4c984039ba9b5820aa15fd0264582bc207 (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.h2
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. */