diff options
| author | tobozo <[email protected]> | 2022-03-02 16:56:59 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-02 16:56:59 +0100 |
| commit | 9526a0ff736ccc4c8a9791a8467d6a6de82c0c45 (patch) | |
| tree | d3c14804d7d47a92d0c2b77becba944bd9f2d4d0 | |
| parent | 8c79b8924eabf441f40a8ce3cab8828688575b6d (diff) | |
stick to struct naming convention
| -rw-r--r-- | src/class/hid/hid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid.h b/src/class/hid/hid.h index 667ee79aa..98c2ee0de 100644 --- a/src/class/hid/hid.h +++ b/src/class/hid/hid.h @@ -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; |
