aboutsummaryrefslogtreecommitdiff
path: root/embassy-nxp/src/dma.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-nxp/src/dma.rs')
-rw-r--r--embassy-nxp/src/dma.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/embassy-nxp/src/dma.rs b/embassy-nxp/src/dma.rs
index e2df65fc9..1f479122d 100644
--- a/embassy-nxp/src/dma.rs
+++ b/embassy-nxp/src/dma.rs
@@ -1,3 +1,4 @@
1#![macro_use]
1//! Direct Memory Access (DMA) driver. 2//! Direct Memory Access (DMA) driver.
2 3
3#[cfg_attr(feature = "lpc55-core0", path = "./dma/lpc55.rs")] 4#[cfg_attr(feature = "lpc55-core0", path = "./dma/lpc55.rs")]