Skip to content

Commit 88f95d6

Browse files
committed
Fixed warning about unused variable
1 parent c460951 commit 88f95d6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

hardware/arduino/avr/cores/arduino/USBCore.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,6 @@ bool SendConfiguration(int maxlen)
494494
return true;
495495
}
496496

497-
static u8 _cdcComposite = 0;
498-
499497
static
500498
bool SendDescriptor(USBSetup& setup)
501499
{

0 commit comments

Comments
 (0)