diff options
| -rw-r--r-- | embassy-stm32/src/dma/gpdma.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-stm32/src/dma/gpdma.rs b/embassy-stm32/src/dma/gpdma.rs index 792ddc4e8..a877bb8d4 100644 --- a/embassy-stm32/src/dma/gpdma.rs +++ b/embassy-stm32/src/dma/gpdma.rs | |||
| @@ -245,6 +245,7 @@ impl<'a> Transfer<'a> { | |||
| 245 | }); | 245 | }); |
| 246 | w.set_reqsel(request); | 246 | w.set_reqsel(request); |
| 247 | }); | 247 | }); |
| 248 | ch.tr3().write(|_| {}); // no address offsets. | ||
| 248 | ch.br1().write(|w| w.set_bndt(bndt)); | 249 | ch.br1().write(|w| w.set_bndt(bndt)); |
| 249 | 250 | ||
| 250 | match dir { | 251 | match dir { |
