Update embassy-nrf/src/ppi/ppi.rs

Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
This commit is contained in:
Cameron Harris 2023-07-05 19:10:22 +02:00 committed by GitHub
parent fb3e6a2b40
commit 67c4d165c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ impl<'d> Task<'_> {
self.0.as_ptr() as _ self.0.as_ptr() as _
} }
} }
impl<'d> Event<'_> { impl<'d> Event<'d> {
fn reg_val(&self) -> u32 { fn reg_val(&self) -> u32 {
self.0.as_ptr() as _ self.0.as_ptr() as _
} }