nrf logging
This commit is contained in:
@@ -654,6 +654,8 @@ static uint8_t USBD_CDC_Setup (USBD_HandleTypeDef *pdev,
|
||||
return USBD_OK;
|
||||
}
|
||||
|
||||
extern void USBD_CDC_TransmitDone(USBD_HandleTypeDef *pdev);
|
||||
|
||||
/**
|
||||
* @brief USBD_CDC_DataIn
|
||||
* Data sent on non-control IN endpoint
|
||||
@@ -670,6 +672,8 @@ static uint8_t USBD_CDC_DataIn (USBD_HandleTypeDef *pdev, uint8_t epnum)
|
||||
|
||||
hcdc->TxState = 0;
|
||||
|
||||
USBD_CDC_TransmitDone(pdev);
|
||||
|
||||
return USBD_OK;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user