diff --git a/cortex-m-rt/src/lib.rs b/cortex-m-rt/src/lib.rs index 920c9897..27bb1bdc 100644 --- a/cortex-m-rt/src/lib.rs +++ b/cortex-m-rt/src/lib.rs @@ -1128,6 +1128,7 @@ extern "C" { } #[doc(hidden)] +#[repr(C)] pub union Vector { handler: unsafe extern "C" fn(), reserved: usize,