Remove unnecessary HID functionality (#243)

* Include HID report functionality only when the HID feature is enabled
* Define HID_CONTROLS=1 so HID unit tests work correctly
This commit is contained in:
Michael Banther
2022-02-21 13:20:52 +00:00
committed by GitHub
parent 29c9b3ea75
commit 769bfa1a5a
4 changed files with 11 additions and 0 deletions

View File

@@ -1,6 +1,11 @@
lib_xua Change Log
==================
UNRELEASED
----------
* CHANGED: Exclude HID Report functions unless the HID feature is enabled
3.1.0
-----