diff options
-rw-r--r-- | cortex-m-rt/examples/device.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cortex-m-rt/examples/device.rs b/cortex-m-rt/examples/device.rs index dc1c738..c18b569 100644 --- a/cortex-m-rt/examples/device.rs +++ b/cortex-m-rt/examples/device.rs @@ -26,6 +26,7 @@ extern "C" { fn PVD(); } +#[allow(unsafe_code)] #[link_section = ".vector_table.interrupts"] #[no_mangle] pub static __INTERRUPTS: [Vector; 3] = [ |