diff options
| -rw-r--r-- | embassy-nrf/src/saadc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/saadc.rs b/embassy-nrf/src/saadc.rs index 2ce7ef16d..7f81d255f 100644 --- a/embassy-nrf/src/saadc.rs +++ b/embassy-nrf/src/saadc.rs | |||
| @@ -229,7 +229,7 @@ impl<'d, const N: usize> Drop for OneShot<'d, N> { | |||
| 229 | } | 229 | } |
| 230 | 230 | ||
| 231 | /// An input that can be used as either or negative end of a ADC differential in the SAADC periperhal. | 231 | /// An input that can be used as either or negative end of a ADC differential in the SAADC periperhal. |
| 232 | pub trait Input { | 232 | pub trait Input: Unborrow<Target = Self> { |
| 233 | fn channel(&self) -> InputChannel; | 233 | fn channel(&self) -> InputChannel; |
| 234 | } | 234 | } |
| 235 | 235 | ||
