From 5354d94987eb941ac92bc7bd407f1548cf90067e Mon Sep 17 00:00:00 2001 From: mbanth Date: Mon, 6 Dec 2021 17:16:11 +0000 Subject: [PATCH] Remove unused pointer --- lib_xua/src/hid/hid_report_descriptor.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib_xua/src/hid/hid_report_descriptor.c b/lib_xua/src/hid/hid_report_descriptor.c index 78bf2fb7..c19ec3a0 100644 --- a/lib_xua/src/hid/hid_report_descriptor.c +++ b/lib_xua/src/hid/hid_report_descriptor.c @@ -21,8 +21,6 @@ static unsigned char s_hidReportDescriptor[ HID_REPORT_DESCRIPTOR_MAX_LENGTH ]; static size_t s_hidReportDescriptorLength = 0U; static unsigned s_hidReportDescriptorPrepared = 0U; -volatile unsigned* s_hidChangePendingPtr = &hidChangePending; - /** * @brief Get the bit position from the location of a report element *