We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b55295 commit c341912Copy full SHA for c341912
rp235x-hal/src/multicore.rs
@@ -63,7 +63,7 @@ pub enum Error {
63
fn install_stack_guard(stack_limit: *mut usize) {
64
// Cortex-M33 has dedicated stack checking functionality via msplim
65
unsafe {
66
- cortex_m::register::msplim::write(stack_limit.addr() as u32);
+ cortex_m::register::msplim::write(stack_limit as u32);
67
}
68
69
0 commit comments