We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f48ae4a commit 7e2c5fcCopy full SHA for 7e2c5fc
src/class/cdc/cdc.h
@@ -379,7 +379,7 @@ typedef struct TU_ATTR_PACKED
379
uint32_t line_state_change : 1; ///< 0 : Does not support line state change notification. 1 : Does support line state change notification
380
uint32_t TU_RESERVED0 : 2;
381
uint32_t TU_RESERVED1 : 16;
382
- uint32_t TU_RESERVED2 : 4;
+ uint32_t TU_RESERVED2 : 8;
383
} bmCapabilities;
384
}cdc_desc_func_telephone_call_state_reporting_capabilities_t;
385
0 commit comments