Skip to content

Commit 2a6089c

Browse files
committed
[HID] Removed unused PUSBReturn structure
1 parent 651519d commit 2a6089c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cores/arduino/USB/PluggableUSB.h

-6
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ typedef struct __attribute__((packed))
3535
uint32_t *endpointType;
3636
} PUSBCallbacks;
3737

38-
typedef struct
39-
{
40-
uint8_t interface;
41-
uint8_t firstEndpoint;
42-
} PUSBReturn;
43-
4438
class PUSBListNode {
4539
public:
4640
PUSBListNode *next = NULL;

0 commit comments

Comments
 (0)