mirror of
https://github.com/arduino/Arduino.git
synced 2025-02-20 14:54:31 +01:00
[HID] Removed unused PUSBReturn structure
This commit is contained in:
parent
7d985f97a3
commit
953e6fa206
@ -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;
|
||||
|
@ -35,12 +35,6 @@ typedef struct __attribute__((packed))
|
||||
uint32_t *endpointType;
|
||||
} PUSBCallbacks;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
uint8_t interface;
|
||||
uint8_t firstEndpoint;
|
||||
} PUSBReturn;
|
||||
|
||||
class PUSBListNode {
|
||||
public:
|
||||
PUSBListNode *next = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user