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 549e951 + 25463ae commit 7ef5053Copy full SHA for 7ef5053
cortex-m/src/lib.rs
@@ -15,7 +15,7 @@
15
//! implementation suitable for single-core targets, based on disabling interrupts globally.
16
//!
17
//! It is **unsound** to enable it on multi-core targets or for code running in unprivileged mode,
18
-//! and may cause functional problems in systems where some interrupts must be not be disabled
+//! and may cause functional problems in systems where some interrupts must not be disabled
19
//! or critical sections are managed as part of an RTOS. In these cases, you should use
20
//! a target-specific implementation instead, typically provided by a HAL or RTOS crate.
21
0 commit comments