diff options
Diffstat (limited to 'cores')
-rw-r--r-- | cores/arduino/USBCore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cores/arduino/USBCore.cpp b/cores/arduino/USBCore.cpp index 5a4a083..e00fb02 100644 --- a/cores/arduino/USBCore.cpp +++ b/cores/arduino/USBCore.cpp @@ -494,8 +494,6 @@ bool SendConfiguration(int maxlen) return true; } -static u8 _cdcComposite = 0; - static bool SendDescriptor(USBSetup& setup) { |