summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Banks <kevin@firia.com>2021-02-04 16:31:52 -0600
committerKevin Banks <kevin@firia.com>2021-02-04 16:31:52 -0600
commitb6ce29bc1f71fc227a48fe95352357f0f1d29bf9 (patch)
tree3cbc7fb8b49dd2b2284c320fe92bd7ebca1595f1
parentc4a795b1e733e362924cdd0233056800099fec82 (diff)
parente72069e241b287ea3522546cda03b3d0df70ba7f (diff)
Merge branch 'webusb' of https://github.com/FiriaCTO/circuitpython into webusb
-rw-r--r--tools/gen_usb_descriptor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen_usb_descriptor.py b/tools/gen_usb_descriptor.py
index fb4372f0d..bb4ecda6f 100644
--- a/tools/gen_usb_descriptor.py
+++ b/tools/gen_usb_descriptor.py
@@ -739,7 +739,7 @@ const tusb_desc_webusb_url_t desc_webusb_url =
.url = URL
}};
-// These next two hardcoded descriptor were pulled from the usb_descriptor.c file
+// These next two hardcoded descriptors were pulled from the usb_descriptor.c file
// of the tinyusb webusb_serial demo. TODO - this is probably something else to
// integrate into the adafruit_usb_descriptors project...