diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2023-03-11 20:47:39 +0100 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2023-03-11 20:59:26 +0100 |
| commit | e4d9284e258a34b10cac2eff47ca2ccb470b460c (patch) | |
| tree | ea1895b33480484bbc44771efdff33c7e5b6dd25 /rtic-monotonics/CHANGELOG.md | |
| parent | 7c7d6558f6d9c50fbb4d2487c98c9a5be15f2f7b (diff) | |
rtic-monotonics: Add interrupt tokens to make sure users bind interrupts
Diffstat (limited to 'rtic-monotonics/CHANGELOG.md')
| -rw-r--r-- | rtic-monotonics/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rtic-monotonics/CHANGELOG.md b/rtic-monotonics/CHANGELOG.md index d3a9d84..d061bd3 100644 --- a/rtic-monotonics/CHANGELOG.md +++ b/rtic-monotonics/CHANGELOG.md @@ -9,6 +9,8 @@ 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 |
