aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2023-06-08 18:07:44 +0200
committerDario Nieuwenhuis <[email protected]>2023-06-08 18:07:49 +0200
commitbce24e800516402a3a3991ebde0432e5167be174 (patch)
tree6b86093facfa10bb1c7950a9d444fd51a68a7b7e
parent921780e6bfb9bcb2cd087b8aa8b094d792c99fa2 (diff)
asdg
-rw-r--r--embassy-stm32/src/dma/gpdma.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/dma/gpdma.rs b/embassy-stm32/src/dma/gpdma.rs
index 07fef360f..59ec205bf 100644
--- a/embassy-stm32/src/dma/gpdma.rs
+++ b/embassy-stm32/src/dma/gpdma.rs
@@ -12,7 +12,7 @@ use embassy_sync::waitqueue::AtomicWaker;
12use super::word::{Word, WordSize}; 12use super::word::{Word, WordSize};
13use super::Dir; 13use super::Dir;
14use crate::_generated::GPDMA_CHANNEL_COUNT; 14use crate::_generated::GPDMA_CHANNEL_COUNT;
15use crate::interrupt::Interrupt; 15use crate::interrupt::typelevel::Interrupt;
16use crate::pac; 16use crate::pac;
17use crate::pac::gpdma::vals; 17use crate::pac::gpdma::vals;
18 18