diff options
| author | hathach <[email protected]> | 2023-03-21 12:54:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-03-21 12:55:52 +0700 |
| commit | e44e461ce3295f5680ea211048ade473963ba016 (patch) | |
| tree | cff522682c8cc58816125cb82aad40b42ae4b81f /src/class/cdc/cdc_host.h | |
| parent | cbcf5d8c0866e6c0090b98ad9b3d6d504e313135 (diff) | |
add tuh_set_interface
Diffstat (limited to 'src/class/cdc/cdc_host.h')
| -rw-r--r-- | src/class/cdc/cdc_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_host.h b/src/class/cdc/cdc_host.h index 4090d0e9f..03f32e542 100644 --- a/src/class/cdc/cdc_host.h +++ b/src/class/cdc/cdc_host.h @@ -80,7 +80,7 @@ typedef struct } tuh_cdc_itf_info_t; // Get Interface index from device address + interface number -// return TUSB_INDEX_INVALID (0xFF) if not found +// return TUSB_INDEX_INVALID_8 (0xFF) if not found uint8_t tuh_cdc_itf_get_index(uint8_t daddr, uint8_t itf_num); // Get Interface information |
