1
0
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:
Cristian Maglie 2015-09-28 15:49:49 +02:00
parent 7d985f97a3
commit 953e6fa206
2 changed files with 0 additions and 12 deletions

View File

@ -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;

View File

@ -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;