aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@arduino.cc>2015-09-28 15:49:49 +0200
committerCristian Maglie <c.maglie@arduino.cc>2015-09-28 17:05:35 +0200
commit1bfae1d7d5bf40da934b31a54a3e8a0c58f2154f (patch)
treebf959b1a863b6e856d9d928015077c46116b5014
parent691d9fb7f0e36d77cf8fbaadbe9f44255062bd43 (diff)
[HID] Removed unused PUSBReturn structure
-rw-r--r--cores/arduino/PluggableUSB.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/cores/arduino/PluggableUSB.h b/cores/arduino/PluggableUSB.h
index d89040e..23013eb 100644
--- a/cores/arduino/PluggableUSB.h
+++ b/cores/arduino/PluggableUSB.h
@@ -35,12 +35,6 @@ typedef struct __attribute__((packed))
uint8_t *endpointType;
} PUSBCallbacks;
-typedef struct
-{
- u8 interface;
- u8 firstEndpoint;
-} PUSBReturn;
-
class PUSBListNode {
public:
PUSBListNode *next = NULL;