Merge branch 'webusb' of https://github.com/FiriaCTO/circuitpython into webusb

This commit is contained in:
Kevin Banks 2021-02-04 16:31:52 -06:00
commit b6ce29bc1f
1 changed files with 1 additions and 1 deletions

View File

@ -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...