Fix typo in comment

descriptors should be plural

Co-authored-by: Dan Halbert <halbert@halwitz.org>
This commit is contained in:
FiriaCTO 2021-02-04 16:18:36 -06:00 committed by GitHub
parent 7a17c75256
commit e72069e241
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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