diff options
| author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2023-03-15 19:21:13 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-15 19:21:13 +0000 |
| commit | d18955a13450257c0a7725130beef44f21217138 (patch) | |
| tree | 5bd060104b7a316cea1870fb4a74503bb8624931 /rtic-monotonics/CHANGELOG.md | |
| parent | e145269914227e0af2fc082c3cf490489b8bc979 (diff) | |
| parent | ef12ae6b04fa57371507e4ab49f49cb51c30ee4c (diff) | |
Merge #703
703: fix(rtic-sync): used fully qualified paths in Channel Macro r=korken89 a=Yandrik
Other imports with the name `Channel` (e.g. from Embassy) broke this macro. Now they don't.
Co-authored-by: Yandrik <me@yandrik.dev>
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
| -rw-r--r-- | rtic-monotonics/CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index 89f401f..816bc24 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -16,5 +16,6 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Fixed - Unmask the `rp2040` interrupt +- Use `$crate` and fully qualified paths in macros ## [v1.0.0] - 2023-xx-xx |
