Skip to content

Commit 4d94c6e

Browse files
authored
Update DMA documentation (#927)
1 parent 72521e9 commit 4d94c6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rp235x-hal/src/dma/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ pub struct Channel<CH: ChannelIndex> {
5454

5555
/// DMA channel identifier.
5656
pub trait ChannelIndex: Sealed {
57-
/// Numerical index of the DMA channel (0..11).
57+
/// Numerical index of the DMA channel (0..15).
5858
fn id() -> u8;
5959
}
6060

0 commit comments

Comments
 (0)