diff options
| author | Kevin Banks <kevin@firia.com> | 2021-01-26 20:43:19 -0600 |
|---|---|---|
| committer | Kevin Banks <kevin@firia.com> | 2021-01-26 20:43:19 -0600 |
| commit | 1b031508e14a3cdfa2ba9c5cf158126d3f002cba (patch) | |
| tree | 167879fa90b7f2a93a3083238b172e9d57bac92b /supervisor | |
| parent | b152c658e2538f2e2cb6c760c4b4dab6bb6cf357 (diff) | |
BOS and MS_OS_2.0 descriptors have been added. Still more descriptor work TODO.
Diffstat (limited to 'supervisor')
| -rw-r--r-- | supervisor/shared/usb/usb.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/supervisor/shared/usb/usb.c b/supervisor/shared/usb/usb.c index 9b0cba8da..5db90d2fa 100644 --- a/supervisor/shared/usb/usb.c +++ b/supervisor/shared/usb/usb.c @@ -43,13 +43,6 @@ // The WebUSB support being conditionally added to this file is based on the // tinyusb demo examples/device/webusb_serial. -enum -{ - VENDOR_REQUEST_WEBUSB = 1, - VENDOR_REQUEST_MICROSOFT = 2 -}; - -extern uint8_t const desc_ms_os_20[]; extern const tusb_desc_webusb_url_t desc_webusb_url; static bool web_serial_connected = false; |
