mirror of
https://github.com/embassy-rs/embassy.git
synced 2024-11-21 22:32:29 +00:00
Merge pull request #3245 from ohrlabs/saadc-channelconfig-docs
nrf, doc: Don't refer to `Default` impl of `saadc::ChannelConfig`
This commit is contained in:
commit
fdc34b69ff
@ -78,7 +78,8 @@ impl Default for Config {
|
||||
|
||||
/// Used to configure an individual SAADC peripheral channel.
|
||||
///
|
||||
/// See the `Default` impl for suitable default values.
|
||||
/// Construct using the `single_ended` or `differential` methods. These provide sensible defaults
|
||||
/// for the public fields, which can be overridden if required.
|
||||
#[non_exhaustive]
|
||||
pub struct ChannelConfig<'d> {
|
||||
/// Reference voltage of the SAADC input.
|
||||
|
Loading…
Reference in New Issue
Block a user