From 15d74b2530806c9ebef1160b534d7924490b00f7 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sun, 20 Apr 2014 20:56:51 +0200 Subject: Removed other unused variables in CDC.cpp and HID.cpp See #1877 --- cores/arduino/USBCore.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'cores/arduino/USBCore.cpp') diff --git a/cores/arduino/USBCore.cpp b/cores/arduino/USBCore.cpp index 2c03e5a..ad3d770 100644 --- a/cores/arduino/USBCore.cpp +++ b/cores/arduino/USBCore.cpp @@ -274,7 +274,6 @@ int USB_Send(u8 ep, const void* d, int len) int r = len; const u8* data = (const u8*)d; - u8 zero = ep & TRANSFER_ZERO; u8 timeout = 250; // 250ms timeout on send? TODO while (len) { -- cgit v1.2.3-18-g5258