1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-01-18 07:52:14 +01:00

Fixed warning about unused variable

This commit is contained in:
Cristian Maglie 2017-03-20 17:35:49 +01:00
parent f483287585
commit 3994509ff7

View File

@ -494,8 +494,6 @@ bool SendConfiguration(int maxlen)
return true;
}
static u8 _cdcComposite = 0;
static
bool SendDescriptor(USBSetup& setup)
{