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 94bb1bc commit 0927ac5Copy full SHA for 0927ac5
extras/test/ArduinoCore-api/api/USBAPI.h
@@ -35,7 +35,7 @@ typedef struct __attribute__((packed))
35
uint8_t direction : 5;
36
uint8_t type : 2;
37
uint8_t transferDirection : 1;
38
- };
+ } _;
39
};
40
uint8_t bRequest;
41
uint8_t wValueL;
0 commit comments