Skip to content

Commit

Permalink
Missed a line
Browse files Browse the repository at this point in the history
  • Loading branch information
supersimple33 committed Nov 14, 2024
1 parent 3996d5a commit 7efe1a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions boards/grand_central_m4/examples/eic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,11 @@ fn main() -> ! {

// Enable EIC interrupt in the NVIC
unsafe {
// REVIEW: Does this need to be in a free?
core.NVIC.set_priority(interrupt::EIC_EXTINT_6, 1);
NVIC::unmask(interrupt::EIC_EXTINT_6);
}

// Blink the LED once to show that we have started up.

toggle_led();
delay.delay_ms(200u8);
toggle_led();
Expand Down

0 comments on commit 7efe1a9

Please sign in to comment.