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 ba7496c commit 7e551e6Copy full SHA for 7e551e6
src/lib.rs
@@ -1,4 +1,3 @@
1
-#![feature(llvm_asm)]
2
//! Low level access to Cortex-M processors
3
//!
4
//! This crate provides:
@@ -30,7 +29,7 @@
30
29
//! This crate is guaranteed to compile on stable Rust 1.31 and up. It *might*
31
//! compile with older versions but that may change in any new patch release.
32
33
-#![cfg_attr(feature = "inline-asm", feature(asm))]
+#![cfg_attr(feature = "inline-asm", feature(llvm_asm))]
34
#![deny(missing_docs)]
35
#![no_std]
36
#![allow(clippy::identity_op)]
0 commit comments