summaryrefslogtreecommitdiff
path: root/examples/host/bare_api
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-06-27 12:50:50 +0700
committerhathach <[email protected]>2022-06-27 12:50:50 +0700
commit1a1f633922d631044c9c23a5eff95ecceab5dffe (patch)
tree9154e8b9b0e43fbab1d050569973e798ce63e4b3 /examples/host/bare_api
parentb9dc9dbd78ee1890342429502d585f323c480fc2 (diff)
parentbc0f5502e283938f8172e193eb604483640822ab (diff)
Merge branch 'master' into add-more-warnings
Diffstat (limited to 'examples/host/bare_api')
-rw-r--r--examples/host/bare_api/src/main.c4
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);
}