Обновление

This commit is contained in:
cfif 2025-12-16 14:42:04 +03:00
parent 3c4741aba2
commit 197d79fb0a
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ void vCanSerialPortFrameDMAInit(
DMA_InitChannelInterrupt(DMA_INSTANCE_0, (DMA_ChannelType) DMA_CHANNEL_RX, &env->interruptCfg_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);