diff options
| author | Ha Thach <[email protected]> | 2022-06-27 12:47:08 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-27 12:47:08 +0700 |
| commit | bc0f5502e283938f8172e193eb604483640822ab (patch) | |
| tree | b9235ea6447ddd65cc7718f76a34e8aa6dd6b2c6 /examples/host/bare_api/src | |
| parent | 4639cac85cf959c3bfed091c02dce1345f067c7a (diff) | |
| parent | 556b5d5044bd02e89d6b6c6f21e95d46f5fcdfc1 (diff) | |
Merge pull request #1533 from hathach/hid-report-len-uint16
Hid report len uint16
Diffstat (limited to 'examples/host/bare_api/src')
| -rw-r--r-- | examples/host/bare_api/src/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/host/bare_api/src/main.c b/examples/host/bare_api/src/main.c index 2cc05d34d..9ccd856d4 100644 --- a/examples/host/bare_api/src/main.c +++ b/examples/host/bare_api/src/main.c @@ -84,8 +84,8 @@ void tuh_mount_cb (uint8_t daddr) { printf("Device attached, address = %d\r\n", daddr); - // Get Device Descriptor sync API - // TODO: invoking control trannsfer now has issue with mounting hub with multiple devices attached, fix later + // Get Device Descriptor + // TODO: invoking control transfer now has issue with mounting hub with multiple devices attached, fix later tuh_descriptor_get_device(daddr, &desc_device, 18, print_device_descriptor, 0); } |
