Skip to content

Commit 0927ac5

Browse files
committed
Fix warning in USBAPI.h
1 parent 94bb1bc commit 0927ac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extras/test/ArduinoCore-api/api/USBAPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ typedef struct __attribute__((packed))
3535
uint8_t direction : 5;
3636
uint8_t type : 2;
3737
uint8_t transferDirection : 1;
38-
};
38+
} _;
3939
};
4040
uint8_t bRequest;
4141
uint8_t wValueL;

0 commit comments

Comments
 (0)