diff options
| author | Cameron Harris <[email protected]> | 2023-07-05 19:10:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-05 19:10:22 +0200 |
| commit | 67c4d165c7e9b7a490bf220246be783c7ada7f02 (patch) | |
| tree | ab0c3878b853e20f3eee7efba7e5d29cff4bbe5b | |
| parent | fb3e6a2b40abcd14dcaa1ba2ba91a46cbc1b0ed5 (diff) | |
Update embassy-nrf/src/ppi/ppi.rs
Co-authored-by: Dario Nieuwenhuis <[email protected]>
| -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 d0a70b85d..2b9926e2a 100644 --- a/embassy-nrf/src/ppi/ppi.rs +++ b/embassy-nrf/src/ppi/ppi.rs | |||
| @@ -8,7 +8,7 @@ impl<'d> Task<'_> { | |||
| 8 | self.0.as_ptr() as _ | 8 | self.0.as_ptr() as _ |
| 9 | } | 9 | } |
| 10 | } | 10 | } |
| 11 | impl<'d> Event<'_> { | 11 | impl<'d> Event<'d> { |
| 12 | fn reg_val(&self) -> u32 { | 12 | fn reg_val(&self) -> u32 { |
| 13 | self.0.as_ptr() as _ | 13 | self.0.as_ptr() as _ |
| 14 | } | 14 | } |
