[H7] USB Middlewares change: Fix memory corruption
This commit is contained in:
parent
a8e9dd94e8
commit
8a1a75e2ef
|
@ -400,7 +400,7 @@ uint8_t USBD_HID_SendReport (USBD_HandleTypeDef *pdev,
|
|||
{
|
||||
USBD_HID_HandleTypeDef *hhid = (USBD_HID_HandleTypeDef*)pdev->pHID_ClassData;
|
||||
|
||||
if (pdev->dev_state == USBD_STATE_CONFIGURED )
|
||||
if (pdev->dev_state == USBD_STATE_CONFIGURED && hhid)
|
||||
{
|
||||
if(hhid->state == HID_IDLE)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue