Skip to content
Snippets Groups Projects
Commit 23560e5d authored by Ridge's avatar Ridge
Browse files

bare1_3

parent f1ef301c
No related branches found
No related tags found
No related merge requests found
Pipeline #131 canceled
...@@ -24,7 +24,7 @@ fn main() -> ! { ...@@ -24,7 +24,7 @@ fn main() -> ! {
let mut _x = 0; let mut _x = 0;
loop { loop {
_x += 1; _x += 1;
// cortex_m::asm::nop(); cortex_m::asm::nop();
// cortex_m::asm::bkpt(); // cortex_m::asm::bkpt();
_x -= 1; _x -= 1;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment