Update embassy-nrf/src/ppi/ppi.rs
Co-authored-by: Dario Nieuwenhuis <dirbaio@dirbaio.net>
This commit is contained in:
parent
fb3e6a2b40
commit
67c4d165c7
@ -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 _
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user