Skip to content

Commit

Permalink
switched to defaultHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
alexismarquet committed May 29, 2021
1 parent a9ddd79 commit 7ecdfb1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/generate/interrupt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,7 @@ pub fn render(
}
Target::RISCV => {
for name in &names {
writeln!(
device_x,
"PROVIDE({} = DefaultExternalInterruptHandler);",
name
)?;
writeln!(device_x, "PROVIDE({} = DefaultHandler);", name)?;
}

root.extend(quote! {
Expand Down

0 comments on commit 7ecdfb1

Please sign in to comment.