Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Commit 8c90451

Browse files
bors[bot]adamgreig
andauthored
Merge #317
317: Fix examples build for nightly r=jonas-schievink a=adamgreig Co-authored-by: Adam Greig <[email protected]>
2 parents 1514f97 + 47c9fb2 commit 8c90451

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)