This commit is contained in:
hathach 2019-07-30 20:28:39 +07:00
parent 1e7f1de4d7
commit 2c2db31b09
1 changed files with 2 additions and 3 deletions

View File

@ -68,7 +68,6 @@ typedef enum
TUSB_DIR_IN_MASK = 0x80 TUSB_DIR_IN_MASK = 0x80
}tusb_dir_t; }tusb_dir_t;
/// USB Descriptor Types /// USB Descriptor Types
typedef enum typedef enum
{ {
@ -228,7 +227,7 @@ enum
}; };
enum typedef enum
{ {
MS_OS_20_SET_HEADER_DESCRIPTOR = 0x00, MS_OS_20_SET_HEADER_DESCRIPTOR = 0x00,
MS_OS_20_SUBSET_HEADER_CONFIGURATION = 0x01, MS_OS_20_SUBSET_HEADER_CONFIGURATION = 0x01,