Skip to content

Commit eb5a403

Browse files
committed
irq demo fixed
1 parent a73f1d8 commit eb5a403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ fn TIM2() {
6262
})
6363
});
6464

65-
let _ = led.toggle();
6665
let _ = tim.wait();
66+
let _ = led.toggle();
6767
}
6868

6969
#[entry]

0 commit comments

Comments
 (0)