Remove redundant struct identifiers.

This commit is contained in:
László Monda
2016-03-03 10:53:42 +01:00
parent fc8c0682d6
commit 39f286ce39
3 changed files with 4 additions and 3 deletions

View File

@@ -30,7 +30,7 @@
// Typedefs:
typedef struct usb_mouse_report {
typedef struct {
uint8_t buttons;
int16_t x;
int16_t y;