Обновление

This commit is contained in:
cfif 2025-12-16 14:42:04 +03:00
parent 8303809498
commit 9a06f77447
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ void vSerialPortInitDMA(
DMA_StartChannel(DMA_INSTANCE_0, DMA_CHANNEL_RX);
NVIC_SetPriority(DMA_Error_IRQn, IRQ_DMA_PRIORITY_RX);
// NVIC_SetPriority(DMA_Error_IRQn, IRQ_DMA_PRIORITY_RX);
NVIC_SetPriority(IRQ_DMA_RX, IRQ_DMA_PRIORITY_RX);
NVIC_EnableIRQ(IRQ_DMA_RX);