embassy-rs / nrf-softdevice

Apache License 2.0
254 stars 74 forks source link

Use core::ptr::addr_of! macro instead of static mutable #251

Closed plaes closed 2 months ago

plaes commented 2 months ago

While at it, clean up and simplify some single use imports.

Though, I'm not sure whether to use &mut addr_of_mut!() in both cases or not...