mirror of
https://github.com/embassy-rs/embassy.git
synced 2026-04-17 03:24:32 +00:00
Fix enabling DMA on FIFO for USART configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user