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 52da23b commit 6e1edffCopy full SHA for 6e1edff
cortex-m/src/macros.rs
@@ -36,8 +36,8 @@ macro_rules! iprintln {
36
/// you can enable the `critical-section-single-core` feature for this crate. For other systems, you
37
/// have to provide one from elsewhere, typically your chip's HAL crate.
38
///
39
-/// For debuggability, you can set an explicit name for a singleton. This name only shows up the
40
-/// the debugger and is not referenceable from other code. See example below.
+/// For debuggability, you can set an explicit name for a singleton. This name only shows up the
+/// debugger and is not referenceable from other code. See example below.
41
42
/// # Example
43
0 commit comments