We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19814da commit fb2bfc3Copy full SHA for fb2bfc3
src/arduino/video/Adafruit_USBD_Video.cpp
@@ -31,15 +31,15 @@
31
#include "Adafruit_USBD_Video.h"
32
33
#ifdef ARDUINO_ARCH_ESP32
34
-static uint16_t hid_load_descriptor(uint8_t *dst, uint8_t *itf) {}
+// static uint16_t hid_load_descriptor(uint8_t *dst, uint8_t *itf) {}
35
#endif
36
37
Adafruit_USBD_Video::Adafruit_USBD_Video(void) {
38
_vc_id = 0;
39
memset(&_camera_terminal, 0, sizeof(_camera_terminal));
40
41
42
- tinyusb_enable_interface(USB_INTERFACE_HID, desc_len, hid_load_descriptor);
+// tinyusb_enable_interface(USB_INTERFACE_HID, desc_len, hid_load_descriptor);
43
44
}
45
0 commit comments