Skip to content

Commit 953e6fa

Browse files
committed
[HID] Removed unused PUSBReturn structure
1 parent 7d985f9 commit 953e6fa

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
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;

hardware/arduino/sam/cores/arduino/USB/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
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)