diff options
| author | hathach <[email protected]> | 2018-03-23 12:42:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-23 12:42:30 +0700 |
| commit | 3e5e1f70bfc320b1940a2ab0771b1dd23e6744f3 (patch) | |
| tree | 52c0db749eec3a85542ddcd4513b98cec352d533 /tests/support/descriptor_test.h | |
| parent | 5f26c57b286ecdc555856c1e3e486923a43f4d04 (diff) | |
more shorten name
Diffstat (limited to 'tests/support/descriptor_test.h')
| -rw-r--r-- | tests/support/descriptor_test.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/support/descriptor_test.h b/tests/support/descriptor_test.h index fc85faf18..1e5801ce4 100644 --- a/tests/support/descriptor_test.h +++ b/tests/support/descriptor_test.h @@ -103,7 +103,7 @@ typedef struct //CDC Control Interface tusb_desc_interface_t cdc_comm_interface; cdc_desc_func_header_t cdc_header; - cdc_desc_func_abstract_control_management_t cdc_acm; + cdc_desc_func_acm_t cdc_acm; cdc_desc_func_union_t cdc_union; tusb_desc_endpoint_t cdc_endpoint_notification; |
