aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;