Fix enabling DMA on FIFO for USART configuration

This commit is contained in:
Wren Turkal
2026-03-02 15:54:51 -08:00
committed by GitHub
parent 2b7a98b998
commit 3bec1cdc13

View File

@@ -696,7 +696,7 @@ impl<'d, M: Mode> Usart<'d, M> {
// DMA-related settings
registers.fifocfg().modify(|w| {
w.set_dmatx(false);
w.set_dmatx(false);
w.set_dmarx(false);
});
// Enabling USART