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 b876896 commit 674bf52Copy full SHA for 674bf52
cortex-m/src/lib.rs
@@ -31,7 +31,7 @@
31
//! implementation suitable for single-core targets, based on disabling interrupts globally.
32
//!
33
//! It is **unsound** to enable it on multi-core targets or for code running in unprivileged mode,
34
-//! 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
35
//! or critical sections are managed as part of an RTOS. In these cases, you should use
36
//! a target-specific implementation instead, typically provided by a HAL or RTOS crate.
37
0 commit comments