Skip to content

Commit dab86f9

Browse files
committed
Fix docs
1 parent 3578db2 commit dab86f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

esp-hal/src/spi/master.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,9 +490,9 @@ where
490490
T: InstanceDma,
491491
M: DuplexMode,
492492
{
493-
/// Configures the SPI3 instance to use DMA with the specified channel.
493+
/// Configures the SPI instance to use DMA with the specified channel.
494494
///
495-
/// This method prepares the SPI instance for DMA transfers using SPI3
495+
/// This method prepares the SPI instance for DMA transfers using SPI
496496
/// and returns an instance of `SpiDma` that supports DMA
497497
/// operations.
498498
pub fn with_dma<CH, DmaMode>(

0 commit comments

Comments
 (0)