Remove unused pointer

This commit is contained in:
mbanth
2021-12-06 17:16:11 +00:00
parent 171ef30f42
commit 5354d94987

View File

@@ -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
*