diff options
author | Cristian Maglie <c.maglie@arduino.cc> | 2015-09-28 15:49:49 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@arduino.cc> | 2015-09-28 17:05:35 +0200 |
commit | 1bfae1d7d5bf40da934b31a54a3e8a0c58f2154f (patch) | |
tree | bf959b1a863b6e856d9d928015077c46116b5014 /cores/arduino/PluggableUSB.h | |
parent | 691d9fb7f0e36d77cf8fbaadbe9f44255062bd43 (diff) |
[HID] Removed unused PUSBReturn structure
Diffstat (limited to 'cores/arduino/PluggableUSB.h')
-rw-r--r-- | cores/arduino/PluggableUSB.h | 6 |
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; |