From aeccdfde3f4462fae5e3b9cbb4eae76526bdb204 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 5 Feb 2013 13:57:06 +0700 Subject: remove TUSB prefix for class enum definitions add most of HID USAGE TABLE and definitions etc ... --- tinyusb/core/std_request.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/core/std_request.h') 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. */ -- cgit v1.3.1