Files
zsa_qmk_firmware/drivers
Sergey Vlasov 7b4d9fc7c1 Fix DMA stream ID calculation in ws2812_pwm (#10008)
Some STM32 chips have STM32_DMA1_STREAM1 as the first DMA stream, others
(F4xx, F7xx, H7xx) have STM32_DMA1_STREAM0.  Instead of those names, use
STM32_DMA_STREAM(0), which should always give the first stm32_dma_stream_t
structure in the DMA streams array, so that the stream ID would be
calculated correctly.
2020-09-30 03:42:50 -07:00
..
2020-09-30 03:13:02 -07:00
2019-09-17 11:39:43 +09:00
2020-03-26 00:42:13 -07:00
2020-08-08 21:25:14 -07:00