diff options
| author | hathach <[email protected]> | 2022-06-16 12:01:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-27 11:56:48 +0700 |
| commit | 0b3503cb33e6a269e573a75b6ed67d69aee12dbb (patch) | |
| tree | 948c588ab00f29d618c69f064c9de307103648f6 /examples/host/bare_api | |
| parent | 4639cac85cf959c3bfed091c02dce1345f067c7a (diff) | |
clean up usbd log level
Diffstat (limited to 'examples/host/bare_api')
| -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); } |
