aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormaor malka <[email protected]>2025-08-24 22:05:25 -0400
committermaor malka <[email protected]>2025-08-24 22:05:25 -0400
commit75484f4f51847a92e2df1e8319debec61cd7aca2 (patch)
treece25eeeb252ee541aa3b661a8697056e1b0d61f0
parent756ec7f1837a714f9c8304e2b2b21b542e0260d6 (diff)
stm32/adc/v3: build formatting fixes
-rw-r--r--embassy-stm32/src/adc/v3.rs2
1 files changed, 1 insertions, 1 deletions
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> {
471 /// `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. 471 /// `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.
472 /// It is critical to call `read` frequently to prevent DMA buffer overrun. 472 /// It is critical to call `read` frequently to prevent DMA buffer overrun.
473 /// 473 ///
474 /// [`read`]: #method.read 474 /// [`read`]: #method.read
475 #[cfg(adc_v3)] 475 #[cfg(adc_v3)]
476 pub fn into_ring_buffered<'a>( 476 pub fn into_ring_buffered<'a>(
477 &mut self, 477 &mut self,