Skip to content

Commit 1679e75

Browse files
authored
Merge pull request #402 from earlephilhower/a123
2 parents 2ebb6ab + 2c6f609 commit 1679e75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/Vendor/i2c_tiny_usb_adapter/Adafruit_USBD_I2C.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ uint16_t Adafruit_USBD_I2C::getInterfaceDescriptor(uint8_t itfnum_deprecated, ui
6868
uint8_t itfnum = 0;
6969
uint8_t ep_in = 0;
7070
uint8_t ep_out = 0;
71+
(void) itfnum_deprecated;
7172

7273
// null buffer is used to get the length of descriptor only
7374
if (buf) {

0 commit comments

Comments
 (0)