mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-16 17:02:30 +00:00
Fix commented out code
This commit is contained in:
parent
ff3f354893
commit
0b58ef8f1b
@ -927,7 +927,7 @@ pub(crate) unsafe fn in_ram(operation: impl FnOnce()) -> Result<(), Error> {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Resume CORE1 execution
|
// Resume CORE1 execution
|
||||||
//crate::multicore::resume_core1();
|
crate::multicore::resume_core1();
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user