diff options
| author | Nils Fitinghoff <nils.fitinghoff@mobilaris.se> | 2023-08-22 17:42:52 +0200 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-08-25 05:07:13 +0000 |
| commit | 609f14b1e4f169eb639025a5edefbb64afebf816 (patch) | |
| tree | b25c81a652ee85210517e26e3c9acfd404279e51 /rtic-sync/CHANGELOG.md | |
| parent | bca8f0815b3d96c4727299f452778e8765c03f8f (diff) | |
ritc-sync: Fix make_channel forcing dependency into user crate
Before, `make_channel` assumed that `critical_section` would be
available in the namespace of the code that invoked the macro. Access
`critical_section` through `rtic-sync` instead.
Diffstat (limited to 'rtic-sync/CHANGELOG.md')
| -rw-r--r-- | rtic-sync/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rtic-sync/CHANGELOG.md b/rtic-sync/CHANGELOG.md index 70fd388..90c4817 100644 --- a/rtic-sync/CHANGELOG.md +++ b/rtic-sync/CHANGELOG.md @@ -13,6 +13,8 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Fixed +- `make_channel` no longer requires the user crate to have `critical_section` in scope + ## [v1.0.1] - 2023-06-14 ### Fixed |
