From 2a4e2b968f4eab9cf2b2b8e72a8583ac41328af9 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 20 Mar 2017 17:35:49 +0100 Subject: Fixed warning about unused variable --- cores/arduino/USBCore.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'cores/arduino') 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) { -- cgit v1.2.3-18-g5258