Skip to content

Commit 7ecdfb1

Browse files
committed
switched to defaultHandler
1 parent a9ddd79 commit 7ecdfb1

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/generate/interrupt.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,7 @@ pub fn render(
127127
}
128128
Target::RISCV => {
129129
for name in &names {
130-
writeln!(
131-
device_x,
132-
"PROVIDE({} = DefaultExternalInterruptHandler);",
133-
name
134-
)?;
130+
writeln!(device_x, "PROVIDE({} = DefaultHandler);", name)?;
135131
}
136132

137133
root.extend(quote! {

0 commit comments

Comments
 (0)