Skip to content

Commit c4df4b1

Browse files
committed
Fix examples build for nightly
1 parent 4573928 commit c4df4b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cortex-m-rt/examples/device.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ extern "C" {
2626
fn PVD();
2727
}
2828

29+
#[allow(unsafe_code)]
2930
#[link_section = ".vector_table.interrupts"]
3031
#[no_mangle]
3132
pub static __INTERRUPTS: [Vector; 3] = [

0 commit comments

Comments
 (0)