We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d985f9 commit 953e6faCopy full SHA for 953e6fa
hardware/arduino/avr/cores/arduino/PluggableUSB.h
@@ -35,12 +35,6 @@ typedef struct __attribute__((packed))
35
uint8_t *endpointType;
36
} PUSBCallbacks;
37
38
-typedef struct
39
-{
40
- u8 interface;
41
- u8 firstEndpoint;
42
-} PUSBReturn;
43
-
44
class PUSBListNode {
45
public:
46
PUSBListNode *next = NULL;
hardware/arduino/sam/cores/arduino/USB/PluggableUSB.h
uint32_t *endpointType;
- uint8_t interface;
- uint8_t firstEndpoint;
0 commit comments