We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fdbc69 commit ba95a6aCopy full SHA for ba95a6a
cores/arduino/USB/USBAPI.h
@@ -36,7 +36,7 @@
36
// USB
37
38
// Low level API
39
-typedef struct {
+typedef struct __attribute__((packed)) {
40
union {
41
uint8_t bmRequestType;
42
struct {
0 commit comments