DMA NVIC priority increase.

This commit is contained in:
StefansE
2026-03-29 13:39:14 +02:00
parent b5000adf0e
commit cd2662eceb
7 changed files with 19 additions and 24 deletions

View File

@@ -256,7 +256,6 @@ static int8_t CDC_Control_FS(uint8_t cmd, uint8_t* pbuf, uint16_t length)
* @param Len: Number of data received (in bytes)
* @retval Result of the operation: USBD_OK if all operations are OK else USBD_FAIL
*/
static int8_t CDC_Receive_FS(uint8_t* Buf, uint32_t *Len)
{
/* USER CODE BEGIN 6 */