diff options
| author | hathach <[email protected]> | 2021-05-18 12:45:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-18 12:45:59 +0700 |
| commit | a26752a93e56b2fb2d683e5a9f9934b432531d9b (patch) | |
| tree | 9e29cdb39bd39886b359e30a8e952d7ffe0862c2 /src/class/hid/hid.h | |
| parent | 7e9e682e09c2629a9575343e4efaf43d328bde33 (diff) | |
fix build error
Diffstat (limited to 'src/class/hid/hid.h')
| -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 5c30f7585..c63b6f00b 100644 --- a/src/class/hid/hid.h +++ b/src/class/hid/hid.h @@ -87,7 +87,7 @@ typedef enum HID_REPORT_TYPE_INPUT, ///< Input HID_REPORT_TYPE_OUTPUT, ///< Output HID_REPORT_TYPE_FEATURE ///< Feature -}hid_report_enum_t; +}hid_report_type_t; /// HID Class Specific Control Request typedef enum |
