[HID] Removed unused PUSBReturn structure

This commit is contained in:
Cristian Maglie 2015-09-28 15:49:49 +02:00
parent 691d9fb7f0
commit 1bfae1d7d5
1 changed files with 0 additions and 6 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;