mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-09 22:49:53 +08:00
update ws2812 led module dma strcuture (#3288)
Co-authored-by: pprz <amtcvx>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user