From: Keith Packard Date: Tue, 5 Feb 2019 06:42:05 +0000 (-0800) Subject: altos: Fix spelling of stm_dma_ch4_5_6_isr X-Git-Tag: 1.9.1~1^2~142 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=acf032eb39504657e9289ca54844967b9c3bed76 altos: Fix spelling of stm_dma_ch4_5_6_isr This spellingn error would have caused all DMA to these channels to fail. Signed-off-by: Keith Packard --- diff --git a/src/stmf0/ao_dma_stm.c b/src/stmf0/ao_dma_stm.c index 7045514c..f3fa13b4 100644 --- a/src/stmf0/ao_dma_stm.c +++ b/src/stmf0/ao_dma_stm.c @@ -64,7 +64,7 @@ void stm_dma_ch2_3_isr(void) { ch_mask(STM_DMA_INDEX(3))); } -void stm_dma1_ch4_5_6_isr(void) { +void stm_dma_ch4_5_6_isr(void) { ao_dma_isr(STM_DMA_INDEX(4), STM_DMA_INDEX(6), ch_mask(STM_DMA_INDEX(4)) | ch_mask(STM_DMA_INDEX(5)) |