We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4573928 + c4df4b1 commit e2e0358Copy full SHA for e2e0358
cortex-m-rt/examples/device.rs
@@ -26,6 +26,7 @@ extern "C" {
26
fn PVD();
27
}
28
29
+#[allow(unsafe_code)]
30
#[link_section = ".vector_table.interrupts"]
31
#[no_mangle]
32
pub static __INTERRUPTS: [Vector; 3] = [
0 commit comments