stick to struct naming convention

This commit is contained in:
tobozo
2022-03-02 16:56:59 +01:00
committed by GitHub
parent 8c79b8924e
commit 9526a0ff73

View File

@@ -310,7 +310,7 @@ typedef struct TU_ATTR_PACKED
int16_t y; /**< Current y position of the mouse. */
int8_t wheel; /**< Current delta wheel movement on the mouse. */
int8_t pan; // using AC Pan
} abs_mouse_report_t;
} hid_abs_mouse_report_t;