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.
1 parent 062ef58 commit 7d57d08Copy full SHA for 7d57d08
cortex-m-rt/src/lib.rs
@@ -1247,7 +1247,7 @@ pub static __INTERRUPTS: [unsafe extern "C" fn(); 240] = [{
1247
}; 240];
1248
1249
// ARMv8-M can have up to 496 device specific interrupts
1250
-#[cfg(all(any(not(feature = "device")), armv8m))]
+#[cfg(all(not(feature = "device"), armv8m))]
1251
#[doc(hidden)]
1252
#[cfg_attr(cortex_m, link_section = ".vector_table.interrupts")]
1253
#[no_mangle]
0 commit comments