From 2fcf862e614ea5470beb0540b76700c2e0e14869 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Buga?= Date: Mon, 7 Oct 2024 15:10:01 +0200 Subject: [PATCH] Fix docs --- esp-hal/src/spi/master.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/esp-hal/src/spi/master.rs b/esp-hal/src/spi/master.rs index 0aaa2ad8c41..48f88f6af99 100644 --- a/esp-hal/src/spi/master.rs +++ b/esp-hal/src/spi/master.rs @@ -490,9 +490,9 @@ where T: InstanceDma, M: DuplexMode, { - /// Configures the SPI3 instance to use DMA with the specified channel. + /// Configures the SPI instance to use DMA with the specified channel. /// - /// This method prepares the SPI instance for DMA transfers using SPI3 + /// This method prepares the SPI instance for DMA transfers using SPI /// and returns an instance of `SpiDma` that supports DMA /// operations. pub fn with_dma(