Skip to content

Commit cc5ad05

Browse files
committed
Tidy a 'type alias is never used' warning
1 parent 285db5e commit cc5ad05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dma/mdma.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,9 @@ mdma_stream!(
12371237
(Stream15, ch15, 15),
12381238
);
12391239

1240+
#[cfg(not(feature = "rm0455"))] // TODO remove
12401241
type P2M = PeripheralToMemory;
1242+
#[cfg(not(feature = "rm0455"))] // TODO remove
12411243
type M2P = MemoryToPeripheral;
12421244

12431245
// Access the QSPI data register as a u32 for bus access efficiency. The MDMA

0 commit comments

Comments
 (0)