Skip to content

Commit

Permalink
Merge pull request #519 from cyril-marpaud/patch-1
Browse files Browse the repository at this point in the history
docs: fix a typo
  • Loading branch information
adamgreig authored Mar 23, 2024
2 parents 549e951 + 25463ae commit 7ef5053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cortex-m/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! implementation suitable for single-core targets, based on disabling interrupts globally.
//!
//! It is **unsound** to enable it on multi-core targets or for code running in unprivileged mode,
//! 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
//! or critical sections are managed as part of an RTOS. In these cases, you should use
//! a target-specific implementation instead, typically provided by a HAL or RTOS crate.
//!
Expand Down

0 comments on commit 7ef5053

Please sign in to comment.