diff options
| author | Kevin Banks <kevin@firia.com> | 2021-02-01 18:51:11 -0600 |
|---|---|---|
| committer | Kevin Banks <kevin@firia.com> | 2021-02-01 18:51:11 -0600 |
| commit | 1a9e4f5613d663d6bff29d21f5ff64bf653e56cc (patch) | |
| tree | fd77f44360795b819c983d25858a8fd3d960ad21 /tools | |
| parent | 817ca39f59a539fff9e0bc29259b114e34cdf609 (diff) | |
Restored accidentally deleted character
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/gen_usb_descriptor.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gen_usb_descriptor.py b/tools/gen_usb_descriptor.py index bd77be583..cf7400108 100644 --- a/tools/gen_usb_descriptor.py +++ b/tools/gen_usb_descriptor.py @@ -800,7 +800,7 @@ uint8_t const * tud_descriptor_bos_cb(void) }} -#define ITF_NUM_VENOR {webusb_interface} // used in this next descriptor +#define ITF_NUM_VENDOR {webusb_interface} // used in this next descriptor uint8_t const desc_ms_os_20[] = {{ |
