From 75484f4f51847a92e2df1e8319debec61cd7aca2 Mon Sep 17 00:00:00 2001 From: maor malka Date: Sun, 24 Aug 2025 22:05:25 -0400 Subject: stm32/adc/v3: build formatting fixes --- embassy-stm32/src/adc/v3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/embassy-stm32/src/adc/v3.rs b/embassy-stm32/src/adc/v3.rs index 8062fa169..a52141a34 100644 --- a/embassy-stm32/src/adc/v3.rs +++ b/embassy-stm32/src/adc/v3.rs @@ -471,7 +471,7 @@ impl<'d, T: Instance> Adc<'d, T> { /// `read` method is used to read out measurements from the DMA ring buffer, and its buffer should be exactly half of the `dma_buf` length. /// It is critical to call `read` frequently to prevent DMA buffer overrun. /// - /// [`read`]: #method.read + /// [`read`]: #method.read #[cfg(adc_v3)] pub fn into_ring_buffered<'a>( &mut self, -- cgit