Skip to content

Commit d83efbc

Browse files
authored
Make the interrupt table no_mangle on Xtensa
1 parent 698a318 commit d83efbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/generate/interrupt.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,8 +245,9 @@ pub fn render(
245245
}
246246

247247
#[cfg(feature = "rt")]
248-
#link_section_attr
249248
#[doc(hidden)]
249+
#link_section_attr
250+
#[no_mangle]
250251
pub static __INTERRUPTS: [Vector; #n] = [
251252
#elements
252253
];

0 commit comments

Comments
 (0)