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.
2 parents 2ebb6ab + 2c6f609 commit 1679e75Copy full SHA for 1679e75
examples/Vendor/i2c_tiny_usb_adapter/Adafruit_USBD_I2C.cpp
@@ -68,6 +68,7 @@ uint16_t Adafruit_USBD_I2C::getInterfaceDescriptor(uint8_t itfnum_deprecated, ui
68
uint8_t itfnum = 0;
69
uint8_t ep_in = 0;
70
uint8_t ep_out = 0;
71
+ (void) itfnum_deprecated;
72
73
// null buffer is used to get the length of descriptor only
74
if (buf) {
0 commit comments