Skip to content

Commit fdfe1f7

Browse files
committed
[HID] Removed unused PUSBReturn structure
1 parent 20ddb37 commit fdfe1f7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

hardware/arduino/avr/cores/arduino/PluggableUSB.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ typedef struct __attribute__((packed))
3535
uint8_t *endpointType;
3636
} PUSBCallbacks;
3737

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

0 commit comments

Comments
 (0)