update ws2812 led module dma strcuture (#3288)

Co-authored-by: pprz <amtcvx>
This commit is contained in:
amtcvx
2024-06-05 08:54:45 +02:00
committed by GitHub
parent c7c7f85bc4
commit 827a468e8a
@@ -110,7 +110,7 @@ void light_ws2812_arch_init(void)
.msize = 4,
.inc_peripheral_addr = false,
.inc_memory_addr = true,
.circular = true,
.op_mode = DMA_CONTINUOUS_HALF_BUFFER,
.error_cb = NULL,
.end_cb = NULL,
.pburst = 0,