diff options
author | Cristian Maglie <c.maglie@arduino.cc> | 2017-03-20 17:35:49 +0100 |
---|---|---|
committer | Cristian Maglie <c.maglie@arduino.cc> | 2017-03-20 17:36:08 +0100 |
commit | 2a4e2b968f4eab9cf2b2b8e72a8583ac41328af9 (patch) | |
tree | de632b5b744b949eb5426db3357ee1f3135ff391 /cores/arduino/USBCore.cpp | |
parent | ab4a5023587d386ce42801606adb09effe11316c (diff) |
Fixed warning about unused variable
Diffstat (limited to 'cores/arduino/USBCore.cpp')
-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) { |