Skip to content

Commit e5f36db

Browse files
committed
Fixed warning about unused variable
1 parent da89e45 commit e5f36db

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: 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)