You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#![warn(unsafe_op_in_unsafe_fn)]#[entry]fnmain() -> ! {// The next line generates a warning while it shouldn't.staticmutCLOCKS:MaybeUninit<Clocks> = MaybeUninit::new();// ...}
I see in #411 (comment) that maybe this static mut transform is going to be deprecated. Is that true?
The text was updated successfully, but these errors were encountered:
jannic
added a commit
to jannic/cortex-m
that referenced
this issue
Sep 16, 2024
I see in #411 (comment) that maybe this
static mut
transform is going to be deprecated. Is that true?The text was updated successfully, but these errors were encountered: