Skip to content

Commit 7e2c5fc

Browse files
committed
Correct bitfields for cdc_desc_func_telephone_call_state_reporting_capabilities_t
1 parent f48ae4a commit 7e2c5fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/class/cdc/cdc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ typedef struct TU_ATTR_PACKED
379379
uint32_t line_state_change : 1; ///< 0 : Does not support line state change notification. 1 : Does support line state change notification
380380
uint32_t TU_RESERVED0 : 2;
381381
uint32_t TU_RESERVED1 : 16;
382-
uint32_t TU_RESERVED2 : 4;
382+
uint32_t TU_RESERVED2 : 8;
383383
} bmCapabilities;
384384
}cdc_desc_func_telephone_call_state_reporting_capabilities_t;
385385

0 commit comments

Comments
 (0)