Comment error in stm32f4xx_hal_dma.c V1.4.3
Posted on December 24, 2015 at 23:33In function HAL_DMA_IRQHandler(), there is a typo in a comment. Line 777 should say: /* Current memory buffer used is Memory 0 */ and line 786 should say: /* Current memory buffer used is Memory 1 ...