Skip to content
Snippets Groups Projects
Commit 15ce45e7 authored by Per Lindgren's avatar Per Lindgren
Browse files

bare0 polish

parent 68621acd
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ static mut Y: u32 = 0;
#[entry]
fn main() -> ! {
// local mutabale variable (changed in safe code)
// local mutable variable (changed in safe code)
let mut x = unsafe { X };
loop {
......@@ -77,6 +77,7 @@ fn main() -> ! {
//
// 2. Alter the constant X_INIT so that `x += 1` directly causes `x` to wrap.
// What happens when `x` wraps
// (Hint, look under OUTPUT/Adopter Output to see the `openocd` output.)
//
// ** your answer here **
//
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment