aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-nrf/src/saadc.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/embassy-nrf/src/saadc.rs b/embassy-nrf/src/saadc.rs
index a3a5b9cfe..bbfa9b3b9 100644
--- a/embassy-nrf/src/saadc.rs
+++ b/embassy-nrf/src/saadc.rs
@@ -78,7 +78,8 @@ impl Default for Config {
78 78
79/// Used to configure an individual SAADC peripheral channel. 79/// Used to configure an individual SAADC peripheral channel.
80/// 80///
81/// See the `Default` impl for suitable default values. 81/// Construct using the `single_ended` or `differential` methods. These provide sensible defaults
82/// for the public fields, which can be overridden if required.
82#[non_exhaustive] 83#[non_exhaustive]
83pub struct ChannelConfig<'d> { 84pub struct ChannelConfig<'d> {
84 /// Reference voltage of the SAADC input. 85 /// Reference voltage of the SAADC input.