diff options
| author | hathach <[email protected]> | 2013-07-01 11:29:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-07-01 11:29:23 +0700 |
| commit | e1883fcd263456ffc7ef318e4f549364fff3945e (patch) | |
| tree | 83e25d86fd87136e2660c8f86475bde4e5f3462d /tinyusb/class/cdc_host.h | |
| parent | e94ce81b045069f12e29ea355c2248ef6254ca0d (diff) | |
add acm_capability saving to host data & its test
Diffstat (limited to 'tinyusb/class/cdc_host.h')
| -rw-r--r-- | tinyusb/class/cdc_host.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tinyusb/class/cdc_host.h b/tinyusb/class/cdc_host.h index 12132ca68..a40cea64e 100644 --- a/tinyusb/class/cdc_host.h +++ b/tinyusb/class/cdc_host.h @@ -66,6 +66,8 @@ typedef struct { uint8_t interface_number; uint8_t interface_protocol; + cdc_fun_acm_capability_t acm_capability; + pipe_handle_t pipe_notification, pipe_out, pipe_in; } cdch_data_t; |
