diff options
| author | Cameron Harris <[email protected]> | 2023-07-05 19:10:30 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-05 19:10:30 +0200 |
| commit | 082147939d7e123994485c8a87daedf577905002 (patch) | |
| tree | 38fb5aa480f6f7bd3784d6e8968d3a8675c55305 /embassy-nrf | |
| parent | 67c4d165c7e9b7a490bf220246be783c7ada7f02 (diff) | |
Update embassy-nrf/src/ppi/ppi.rs
Co-authored-by: Dario Nieuwenhuis <[email protected]>
Diffstat (limited to 'embassy-nrf')
| -rw-r--r-- | embassy-nrf/src/ppi/ppi.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-nrf/src/ppi/ppi.rs b/embassy-nrf/src/ppi/ppi.rs index 2b9926e2a..1fe898625 100644 --- a/embassy-nrf/src/ppi/ppi.rs +++ b/embassy-nrf/src/ppi/ppi.rs | |||
| @@ -3,7 +3,7 @@ use embassy_hal_common::into_ref; | |||
| 3 | use super::{Channel, ConfigurableChannel, Event, Ppi, StaticChannel, Task}; | 3 | use super::{Channel, ConfigurableChannel, Event, Ppi, StaticChannel, Task}; |
| 4 | use crate::{pac, Peripheral}; | 4 | use crate::{pac, Peripheral}; |
| 5 | 5 | ||
| 6 | impl<'d> Task<'_> { | 6 | impl<'d> Task<'d> { |
| 7 | fn reg_val(&self) -> u32 { | 7 | fn reg_val(&self) -> u32 { |
| 8 | self.0.as_ptr() as _ | 8 | self.0.as_ptr() as _ |
| 9 | } | 9 | } |
