mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
boards/arm/stm32/stm32f429i-disco/src/stm32_highpri.c: fix nxstyle issues
This commit is contained in:
@@ -267,6 +267,7 @@ void adc_handler(void)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
irq_out:
|
irq_out:
|
||||||
|
|
||||||
/* Clear ADC pending interrupts */
|
/* Clear ADC pending interrupts */
|
||||||
|
|
||||||
STM32_ADC_INT_ACK(adc, pending);
|
STM32_ADC_INT_ACK(adc, pending);
|
||||||
@@ -308,6 +309,7 @@ void dma2s0_handler(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
irq_out:
|
irq_out:
|
||||||
|
|
||||||
/* Clear DMA pending interrupts */
|
/* Clear DMA pending interrupts */
|
||||||
|
|
||||||
stm32_dma_intack(DMA2, DMA_STREAM0, pending);
|
stm32_dma_intack(DMA2, DMA_STREAM0, pending);
|
||||||
|
|||||||
Reference in New Issue
Block a user