aboutsummaryrefslogtreecommitdiff
path: root/cores
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@arduino.cc>2017-03-20 17:35:49 +0100
committerCristian Maglie <c.maglie@arduino.cc>2017-03-20 17:36:08 +0100
commit2a4e2b968f4eab9cf2b2b8e72a8583ac41328af9 (patch)
treede632b5b744b949eb5426db3357ee1f3135ff391 /cores
parentab4a5023587d386ce42801606adb09effe11316c (diff)
Fixed warning about unused variable
Diffstat (limited to 'cores')
-rw-r--r--cores/arduino/USBCore.cpp2
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)
{