diff options
author | 2021-12-31 17:44:33 +0000 | |
---|---|---|
committer | 2021-12-31 17:44:33 +0000 | |
commit | 819f8be6c64c233ce65b12f27e0efd82833a6897 (patch) | |
tree | 1f3cf84dbe58ac8efbc1619f292c0dc485c08ece /src/macros.rs | |
parent | 255faf75de84f72389a45e3d99b824e0a4599bed (diff) | |
parent | 08452a9de25e4bc66fb80015e0c78c08eb967237 (diff) | |
download | cortex-m-819f8be6c64c233ce65b12f27e0efd82833a6897.tar.gz cortex-m-819f8be6c64c233ce65b12f27e0efd82833a6897.tar.zst cortex-m-819f8be6c64c233ce65b12f27e0efd82833a6897.zip |
Merge branch 'master' into patch-1
Diffstat (limited to 'src/macros.rs')
-rw-r--r-- | src/macros.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/macros.rs b/src/macros.rs index b578370..66b75b1 100644 --- a/src/macros.rs +++ b/src/macros.rs @@ -30,6 +30,9 @@ macro_rules! iprintln { /// `None` variant the caller must ensure that the macro is called from a function that's executed /// at most once in the whole lifetime of the program. /// +/// # Note +/// This macro is unsound on multi core systems. +/// /// # Example /// /// ``` no_run |