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 db0683c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion boards/grand_central_m4/examples/eic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ 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);
}
Expand Down

0 comments on commit db0683c

Please sign in to comment.