diff options
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
| -rw-r--r-- | rtic-monotonics/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index d3a9d84..816bc24 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -9,8 +9,13 @@ For each category, *Added*, *Changed*, *Fixed* add new entries at the top! ### Added +- Interrupt tokens for `Systick` and `rp2040` to make sure an interrupt handler exists + ### Changed ### Fixed +- Unmask the `rp2040` interrupt +- Use `$crate` and fully qualified paths in macros + ## [v1.0.0] - 2023-xx-xx |
