Skip to content

Commit 4e00bac

Browse files
Update nrf-hal-common/src/saadc.rs
Co-authored-by: Jonas Schievink <[email protected]>
1 parent 9db7dfc commit 4e00bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrf-hal-common/src/saadc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,5 +278,5 @@ impl Channel<Saadc> for InternalVddHdiv5 {
278278
}
279279

280280
#[cfg(any(feature = "52833", feature = "52840"))]
281-
/// Channel that doesn't sample a pin, but the internal VDD voltage.
281+
/// The voltage on the VDDH pin, divided by 5.
282282
pub struct InternalVddHdiv5;

0 commit comments

Comments
 (0)